#9e1e66

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

Shades of Jazzberry Jam #9E1E66

Tints of Jazzberry Jam #9E1E66

Color information

#9E1E66 (or 0x9E1E66) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 1E and 66. RGB value is (158,30,102). Sum of RGB (Red+Green+Blue) = 158+30+102=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1E66 is #61E199. Grayscale: #4C4C4C. Windows color (decimal): -6414746 or 6692510. OLE color: 6692510.

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

Color convert

RGB15830102-
CMYK00.810.350.38
HSL326.25º68.09%36.86%-
HSV(B)326.25º81.01%61.96%-
XYZ16.969.1613.44-
YUV76.48142.41186.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.48%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 102 (40.23% from 255) = 35.17%
R=54.48%
G=10.34%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583010200.810.350.38326.2568.0936.86
Hex9E1E6605123261464425
Octal236361460121434650610445
Binary10011110111101100110010100011000111001101010001101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e1e66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,30,102); }

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

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

 a { background-color: rgb(158,30,102); }

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

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

 span { border-color: rgb(158,30,102); }

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