#9e0a64

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

Shades of Jazzberry Jam #9E0A64

Tints of Jazzberry Jam #9E0A64

Color information

#9E0A64 (or 0x9E0A64) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 0A and 64. RGB value is (158,10,100). Sum of RGB (Red+Green+Blue) = 158+10+100=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0A64 is #61F59B. Grayscale: #404040. Windows color (decimal): -6419868 or 6556318. OLE color: 6556318.

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

Color convert

RGB15810100-
CMYK00.940.370.38
HSL323.51º88.1%32.94%-
HSV(B)323.51º93.67%61.96%-
XYZ16.518.4112.81-
YUV64.51148.03194.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.96%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=58.96%
G=3.73%
B=37.31%

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
Decimal1581010000.940.370.38323.5188.132.94
Hex9EA6405E25261445821
Octal236121440136454650413041
Binary1001111010101100100010111101001011001101010001001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e0a64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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