#9C0A59

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

Shades of Jazzberry Jam #9C0A59

Tints of Jazzberry Jam #9C0A59

Color information

#9C0A59 (or 0x9C0A59) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0A and 59. RGB value is (156,10,89). Sum of RGB (Red+Green+Blue) = 156+10+89=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0A59 is #63F5A6. Grayscale: #3E3E3E. Windows color (decimal): -6550951 or 5835420. OLE color: 5835420.

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

Color convert

RGB1561089-
CMYK00.940.430.39
HSL327.53º87.95%32.55%-
HSV(B)327.53º93.59%61.18%-
XYZ15.628.0110.17-
YUV62.66142.87194.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.18%
GREEN value IS 10 (4.30% from 255) = 3.92%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=61.18%
G=3.92%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156108900.940.430.39327.5387.9532.55
Hex9CA5905E2B271485821
Octal234121310136534751013041
Binary1001110010101011001010111101010111001111010010001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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