#9C065E

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

Shades of Jazzberry Jam #9C065E

Tints of Jazzberry Jam #9C065E

Color information

#9C065E (or 0x9C065E) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 06 and 5E. RGB value is (156,6,94). Sum of RGB (Red+Green+Blue) = 156+6+94=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C065E is #63F9A1. Grayscale: #3C3C3C. Windows color (decimal): -6551970 or 6162076. OLE color: 6162076.

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

Color convert

RGB156694-
CMYK00.960.400.39
HSL324.8º92.59%31.76%-
HSV(B)324.8º96.15%61.18%-
XYZ15.88.0111.3-
YUV60.88146.7195.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.94%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=60.94%
G=2.34%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15669400.960.400.39324.892.5931.76
Hex9C65E06028271455d20
Octal23461360140504750513540
Binary100111001101011110011000001010001001111010001011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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