#9C0A58

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

Shades of Jazzberry Jam #9C0A58

Tints of Jazzberry Jam #9C0A58

Color information

#9C0A58 (or 0x9C0A58) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0A and 58. RGB value is (156,10,88). Sum of RGB (Red+Green+Blue) = 156+10+88=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0A58 is #63F5A7. Grayscale: #3E3E3E. Windows color (decimal): -6550952 or 5769884. OLE color: 5769884.

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

Color convert

RGB1561088-
CMYK00.940.440.39
HSL327.95º87.95%32.55%-
HSV(B)327.95º93.59%61.18%-
XYZ15.587.999.95-
YUV62.55142.37194.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.42%
GREEN value IS 10 (4.30% from 255) = 3.94%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=61.42%
G=3.94%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156108800.940.440.39327.9587.9532.55
Hex9CA5805E2C271485821
Octal234121300136544751013041
Binary1001110010101011000010111101011001001111010010001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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