#9E0A63

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

Shades of Jazzberry Jam #9E0A63

Tints of Jazzberry Jam #9E0A63

Color information

#9E0A63 (or 0x9E0A63) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 0A and 63. RGB value is (158,10,99). Sum of RGB (Red+Green+Blue) = 158+10+99=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0A63 is #61F59C. Grayscale: #404040. Windows color (decimal): -6419869 or 6490782. OLE color: 6490782.

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

Color convert

RGB1581099-
CMYK00.940.370.38
HSL323.92º88.1%32.94%-
HSV(B)323.92º93.67%61.96%-
XYZ16.468.3912.56-
YUV64.4147.53194.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.18%
GREEN value IS 10 (4.30% from 255) = 3.75%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=59.18%
G=3.75%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158109900.940.370.38323.9288.132.94
Hex9EA6305E25261445821
Octal236121430136454650413041
Binary1001111010101100011010111101001011001101010001001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,10,99); }

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

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

 a { background-color: rgb(158,10,99); }

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

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

 span { border-color: rgb(158,10,99); }

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