#9c0961

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

Shades of Jazzberry Jam #9C0961

Tints of Jazzberry Jam #9C0961

Color information

#9C0961 (or 0x9C0961) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 09 and 61. RGB value is (156,9,97). Sum of RGB (Red+Green+Blue) = 156+9+97=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0961 is #63F69E. Grayscale: #3E3E3E. Windows color (decimal): -6551199 or 6359452. OLE color: 6359452.

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

Color convert

RGB156997-
CMYK00.940.380.39
HSL324.08º89.09%32.35%-
HSV(B)324.08º94.23%61.18%-
XYZ15.978.1312.04-
YUV62.98147.2194.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.54%
GREEN value IS 9 (3.91% from 255) = 3.44%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=59.54%
G=3.44%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15699700.940.380.39324.0889.0932.35
Hex9C96105E26271445920
Octal234111410136464750413140
Binary1001110010011100001010111101001101001111010001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c0961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,9,97); }

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

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

 a { background-color: rgb(156,9,97); }

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

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

 span { border-color: rgb(156,9,97); }

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