#9C054C

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

Shades of Jazzberry Jam #9C054C

Tints of Jazzberry Jam #9C054C

Color information

#9C054C (or 0x9C054C) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 05 and 4C. RGB value is (156,5,76). Sum of RGB (Red+Green+Blue) = 156+5+76=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C054C is #63FAB3. Grayscale: #3A3A3A. Windows color (decimal): -6552244 or 4982172. OLE color: 4982172.

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

Color convert

RGB156576-
CMYK00.970.510.39
HSL331.79º93.79%31.57%-
HSV(B)331.79º96.79%61.18%-
XYZ15.077.77.53-
YUV58.24138.03197.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65.82%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=65.82%
G=2.11%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15657600.970.510.39331.7993.7931.57
Hex9C54C061332714c5e20
Octal23451140141634751413640
Binary100111001011001100011000011100111001111010011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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