#9E1868

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

Shades of Jazzberry Jam #9E1868

Tints of Jazzberry Jam #9E1868

Color information

#9E1868 (or 0x9E1868) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 18 and 68. RGB value is (158,24,104). Sum of RGB (Red+Green+Blue) = 158+24+104=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1868 is #61E797. Grayscale: #494949. Windows color (decimal): -6416280 or 6822046. OLE color: 6822046.

HSL color Cylindrical-coordinate representation of color #9E1868: hue angle of 324.18º 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 #9E1868 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB15824104-
CMYK00.850.340.38
HSL324.18º73.63%35.69%-
HSV(B)324.18º84.81%61.96%-
XYZ16.938.9213.93-
YUV73.19145.39188.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.24%
GREEN value IS 24 (9.77% from 255) = 8.39%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=55.24%
G=8.39%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582410400.850.340.38324.1873.6335.69
Hex9E186805522261444a24
Octal236301500125424650411244
Binary10011110110001101000010101011000101001101010001001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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