#9C0A62

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

Shades of Jazzberry Jam #9C0A62

Tints of Jazzberry Jam #9C0A62

Color information

#9C0A62 (or 0x9C0A62) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0A and 62. RGB value is (156,10,98). Sum of RGB (Red+Green+Blue) = 156+10+98=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0A62 is #63F59D. Grayscale: #3F3F3F. Windows color (decimal): -6550942 or 6425244. OLE color: 6425244.

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

Color convert

RGB1561098-
CMYK00.940.370.39
HSL323.84º87.95%32.55%-
HSV(B)323.84º93.59%61.18%-
XYZ16.028.1712.29-
YUV63.69147.37193.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.09%
GREEN value IS 10 (4.30% from 255) = 3.79%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=59.09%
G=3.79%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156109800.940.370.39323.8487.9532.55
Hex9CA6205E25271445821
Octal234121420136454750413041
Binary1001110010101100010010111101001011001111010001001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,10,98); }

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

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

 a { background-color: rgb(156,10,98); }

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

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

 span { border-color: rgb(156,10,98); }

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