#9C0F60

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

Shades of Jazzberry Jam #9C0F60

Tints of Jazzberry Jam #9C0F60

Color information

#9C0F60 (or 0x9C0F60) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0F and 60. RGB value is (156,15,96). Sum of RGB (Red+Green+Blue) = 156+15+96=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0F60 is #63F09F. Grayscale: #424242. Windows color (decimal): -6549664 or 6295452. OLE color: 6295452.

HSL color Cylindrical-coordinate representation of color #9C0F60: hue angle of 325.53º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F60 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB1561596-
CMYK00.900.380.39
HSL325.53º82.46%33.53%-
HSV(B)325.53º90.38%61.18%-
XYZ15.998.2511.82-
YUV66.39144.71191.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.43%
GREEN value IS 15 (6.25% from 255) = 5.62%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=58.43%
G=5.62%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156159600.900.380.39325.5382.4633.53
Hex9CF6005A26271465222
Octal234171400132464750612242
Binary1001110011111100000010110101001101001111010001101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,15,96); }

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

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

 a { background-color: rgb(156,15,96); }

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

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

 span { border-color: rgb(156,15,96); }

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