#9C114C

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

Shades of Jazzberry Jam #9C114C

Tints of Jazzberry Jam #9C114C

Color information

#9C114C (or 0x9C114C) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 11 and 4C. RGB value is (156,17,76). Sum of RGB (Red+Green+Blue) = 156+17+76=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C114C is #63EEB3. Grayscale: #414141. Windows color (decimal): -6549172 or 4985244. OLE color: 4985244.

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

Color convert

RGB1561776-
CMYK00.890.510.39
HSL334.53º80.35%33.92%-
HSV(B)334.53º89.1%61.18%-
XYZ15.227.997.58-
YUV65.29134.05192.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.65%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=62.65%
G=6.83%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156177600.890.510.39334.5380.3533.92
Hex9C114C059332714f5022
Octal234211140131634751712042
Binary10011100100011001100010110011100111001111010011111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,17,76); }

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

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

 a { background-color: rgb(156,17,76); }

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

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

 span { border-color: rgb(156,17,76); }

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