#960554

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

Shades of Jazzberry Jam #960554

Tints of Jazzberry Jam #960554

Color information

#960554 (or 0x960554) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 05 and 54. RGB value is (150,5,84). Sum of RGB (Red+Green+Blue) = 150+5+84=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #960554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960554 is #69FAAB. Grayscale: #393939. Windows color (decimal): -6945452 or 5506454. OLE color: 5506454.

HSL color Cylindrical-coordinate representation of color #960554: hue angle of 327.31º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960554 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB150584-
CMYK00.970.440.41
HSL327.31º93.55%30.39%-
HSV(B)327.31º96.67%58.82%-
XYZ14.237.239.03-
YUV57.36143.04194.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 5 (2.34% from 255) = 2.09%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=62.76%
G=2.09%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15058400.970.440.41327.3193.5530.39
Hex965540612C291475e1e
Octal22651240141545150713636
Binary10010110101101010001100001101100101001101000111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960554; }

 p { color: rgb(150,5,84); }

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

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

 a { background-color: rgb(150,5,84); }

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

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

 span { border-color: rgb(150,5,84); }

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