#9C0A57

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

Shades of Jazzberry Jam #9C0A57

Tints of Jazzberry Jam #9C0A57

Color information

#9C0A57 (or 0x9C0A57) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0A and 57. RGB value is (156,10,87). Sum of RGB (Red+Green+Blue) = 156+10+87=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0A57 is #63F5A8. Grayscale: #3E3E3E. Windows color (decimal): -6550953 or 5704348. OLE color: 5704348.

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

Color convert

RGB1561087-
CMYK00.940.440.39
HSL328.36º87.95%32.55%-
HSV(B)328.36º93.59%61.18%-
XYZ15.547.979.74-
YUV62.43141.87194.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.66%
GREEN value IS 10 (4.30% from 255) = 3.95%
BLUE value IS 87 (34.38% from 255) = 34.39%
R=61.66%
G=3.95%
B=34.39%

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
Decimal156108700.940.440.39328.3687.9532.55
Hex9CA5705E2C271485821
Octal234121270136544751013041
Binary1001110010101010111010111101011001001111010010001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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