#9E1872

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

Shades of Jazzberry Jam #9E1872

Tints of Jazzberry Jam #9E1872

Color information

#9E1872 (or 0x9E1872) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 18 and 72. RGB value is (158,24,114). Sum of RGB (Red+Green+Blue) = 158+24+114=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1872 is #61E78D. Grayscale: #4A4A4A. Windows color (decimal): -6416270 or 7477406. OLE color: 7477406.

HSL color Cylindrical-coordinate representation of color #9E1872: hue angle of 319.7º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1872 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15824114-
CMYK00.850.280.38
HSL319.7º73.63%35.69%-
HSV(B)319.7º84.81%61.96%-
XYZ17.469.1416.76-
YUV74.33150.39187.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.38%
GREEN value IS 24 (9.77% from 255) = 8.11%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=53.38%
G=8.11%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582411400.850.280.38319.773.6335.69
Hex9E18720551C261404a24
Octal236301620125344650011244
Binary1001111011000111001001010101111001001101010000001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,24,114); }

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

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

 a { background-color: rgb(158,24,114); }

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

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

 span { border-color: rgb(158,24,114); }

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