#9C0B5E

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

Shades of Jazzberry Jam #9C0B5E

Tints of Jazzberry Jam #9C0B5E

Color information

#9C0B5E (or 0x9C0B5E) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 0B and 5E. RGB value is (156,11,94). Sum of RGB (Red+Green+Blue) = 156+11+94=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0B5E is #63F4A1. Grayscale: #3F3F3F. Windows color (decimal): -6550690 or 6163356. OLE color: 6163356.

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

Color convert

RGB1561194-
CMYK00.930.400.39
HSL325.66º86.83%32.75%-
HSV(B)325.66º92.95%61.18%-
XYZ15.858.1211.32-
YUV63.82145.04193.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.77%
GREEN value IS 11 (4.69% from 255) = 4.21%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=59.77%
G=4.21%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156119400.930.400.39325.6686.8332.75
Hex9CB5E05D28271465721
Octal234131360135504750612741
Binary1001110010111011110010111011010001001111010001101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,11,94); }

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

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

 a { background-color: rgb(156,11,94); }

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

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

 span { border-color: rgb(156,11,94); }

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