#9C0557

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

Shades of Jazzberry Jam #9C0557

Tints of Jazzberry Jam #9C0557

Color information

#9C0557 (or 0x9C0557) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 05 and 57. RGB value is (156,5,87). Sum of RGB (Red+Green+Blue) = 156+5+87=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0557 is #63FAA8. Grayscale: #3B3B3B. Windows color (decimal): -6552233 or 5703068. OLE color: 5703068.

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

Color convert

RGB156587-
CMYK00.970.440.39
HSL327.42º93.79%31.57%-
HSV(B)327.42º96.79%61.18%-
XYZ15.487.869.72-
YUV59.5143.53196.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.90%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 87 (34.38% from 255) = 35.08%
R=62.90%
G=2.02%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15658700.970.440.39327.4293.7931.57
Hex9C5570612C271475e20
Octal23451270141544750713640
Binary100111001011010111011000011011001001111010001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,5,87); }

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

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

 a { background-color: rgb(156,5,87); }

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

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

 span { border-color: rgb(156,5,87); }

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