#9A186B

Color #9A186B Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9A186B

Tints of Jazzberry Jam #9A186B

Color information

#9A186B (or 0x9A186B) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 18 and 6B. RGB value is (154,24,107). Sum of RGB (Red+Green+Blue) = 154+24+107=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A186B is #65E794. Grayscale: #484848. Windows color (decimal): -6678421 or 7018650. OLE color: 7018650.

HSL color Cylindrical-coordinate representation of color #9A186B: hue angle of 321.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A186B is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB15424107-
CMYK00.840.310.40
HSL321.69º73.03%34.9%-
HSV(B)321.69º84.42%60.39%-
XYZ16.318.5814.71-
YUV72.33147.57186.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 54.04%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=54.04%
G=8.42%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542410700.840.310.40321.6973.0334.9
Hex9A186B0541F281424923
Octal232301530124375050211143
Binary1001101011000110101101010100111111010001010000101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A186B; }

 p { color: rgb(154,24,107); }

 H1.HeaderClassName
 {
   color: #9A186B;
 }
 .AnyTagClassName
 {
   color: #9A186B;
 }
</style>
background-color css

<style>
 a { background-color: #9A186B; }

 a { background-color: rgb(154,24,107); }

 div.DivClassName
 {
   background-color: #9A186B;
 }
 .BgClassName
 {
   background-color: #9A186B;
 }
</style>
border-color css

<style>
 span { border-color: #9A186B; }

 span { border-color: rgb(154,24,107); }

 td.TdClassName
 {
   border-color: #9A186B;
 }
 .TagClassName
 {
   border-color: #9A186B;
 }
</style>