#9C065B

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

Shades of Jazzberry Jam #9C065B

Tints of Jazzberry Jam #9C065B

Color information

#9C065B (or 0x9C065B) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 06 and 5B. RGB value is (156,6,91). Sum of RGB (Red+Green+Blue) = 156+6+91=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C065B is #63F9A4. Grayscale: #3C3C3C. Windows color (decimal): -6551973 or 5965468. OLE color: 5965468.

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

Color convert

RGB156691-
CMYK00.960.420.39
HSL326º92.59%31.76%-
HSV(B)326º96.15%61.18%-
XYZ15.667.9510.61-
YUV60.54145.2196.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.66%
GREEN value IS 6 (2.73% from 255) = 2.37%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=61.66%
G=2.37%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15669100.960.420.3932692.5931.76
Hex9C65B0602A271465d20
Octal23461330140524750613540
Binary100111001101011011011000001010101001111010001101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,6,91); }

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

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

 a { background-color: rgb(156,6,91); }

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

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

 span { border-color: rgb(156,6,91); }

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