#960654

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

Shades of Jazzberry Jam #960654

Tints of Jazzberry Jam #960654

Color information

#960654 (or 0x960654) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 06 and 54. RGB value is (150,6,84). Sum of RGB (Red+Green+Blue) = 150+6+84=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #960654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960654 is #69F9AB. Grayscale: #393939. Windows color (decimal): -6945196 or 5506710. OLE color: 5506710.

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

Color convert

RGB150684-
CMYK00.960.440.41
HSL327.5º92.31%30.59%-
HSV(B)327.5º96%58.82%-
XYZ14.247.259.04-
YUV57.95142.71193.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.5%
GREEN value IS 6 (2.73% from 255) = 2.5%
BLUE value IS 84 (33.20% from 255) = 35%
R=62.5%
G=2.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15068400.960.440.41327.592.3130.59
Hex966540602C291485c1f
Octal22661240140545151013437
Binary10010110110101010001100000101100101001101001000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960654; }

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

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

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

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

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

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

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

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