#9E1168

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

Shades of Jazzberry Jam #9E1168

Tints of Jazzberry Jam #9E1168

Color information

#9E1168 (or 0x9E1168) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 11 and 68. RGB value is (158,17,104). Sum of RGB (Red+Green+Blue) = 158+17+104=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1168 is #61EE97. Grayscale: #444444. Windows color (decimal): -6418072 or 6820254. OLE color: 6820254.

HSL color Cylindrical-coordinate representation of color #9E1168: hue angle of 322.98º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1168 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB15817104-
CMYK00.890.340.38
HSL322.98º80.57%34.31%-
HSV(B)322.98º89.24%61.96%-
XYZ16.88.6713.88-
YUV69.08147.71191.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.63%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=56.63%
G=6.09%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581710400.890.340.38322.9880.5734.31
Hex9E116805922261435122
Octal236211500131424650312142
Binary10011110100011101000010110011000101001101010000111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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