#9C0D58

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

Shades of Jazzberry Jam #9C0D58

Tints of Jazzberry Jam #9C0D58

Color information

#9C0D58 (or 0x9C0D58) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0D and 58. RGB value is (156,13,88). Sum of RGB (Red+Green+Blue) = 156+13+88=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D58 is #63F2A7. Grayscale: #404040. Windows color (decimal): -6550184 or 5770652. OLE color: 5770652.

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

Color convert

RGB1561388-
CMYK00.920.440.39
HSL328.53º84.62%33.14%-
HSV(B)328.53º91.67%61.18%-
XYZ15.628.069.97-
YUV64.31141.38193.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.70%
GREEN value IS 13 (5.47% from 255) = 5.06%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=60.70%
G=5.06%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156138800.920.440.39328.5384.6233.14
Hex9CD5805C2C271495521
Octal234151300134544751112541
Binary1001110011011011000010111001011001001111010010011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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