#9C055C

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

Shades of Jazzberry Jam #9C055C

Tints of Jazzberry Jam #9C055C

Color information

#9C055C (or 0x9C055C) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 05 and 5C. RGB value is (156,5,92). Sum of RGB (Red+Green+Blue) = 156+5+92=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C055C is #63FAA3. Grayscale: #3B3B3B. Windows color (decimal): -6552228 or 6030748. OLE color: 6030748.

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

Color convert

RGB156592-
CMYK00.970.410.39
HSL325.43º93.79%31.57%-
HSV(B)325.43º96.79%61.18%-
XYZ15.77.9510.83-
YUV60.07146.03196.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.66%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=61.66%
G=1.98%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15659200.970.410.39325.4393.7931.57
Hex9C55C06129271455e20
Octal23451340141514750513640
Binary100111001011011100011000011010011001111010001011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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