#960759

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

Shades of Jazzberry Jam #960759

Tints of Jazzberry Jam #960759

Color information

#960759 (or 0x960759) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 07 and 59. RGB value is (150,7,89). Sum of RGB (Red+Green+Blue) = 150+7+89=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #960759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960759 is #69F8A6. Grayscale: #3A3A3A. Windows color (decimal): -6944935 or 5834646. OLE color: 5834646.

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

Color convert

RGB150789-
CMYK00.950.410.41
HSL325.59º91.08%30.78%-
HSV(B)325.59º95.33%58.82%-
XYZ14.467.3610.11-
YUV59.1144.88192.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 7 (3.12% from 255) = 2.85%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=60.98%
G=2.85%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15078900.950.410.41325.5991.0830.78
Hex9675905F29291465b1f
Octal22671310137515150613337
Binary10010110111101100101011111101001101001101000110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960759; }

 p { color: rgb(150,7,89); }

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

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

 a { background-color: rgb(150,7,89); }

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

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

 span { border-color: rgb(150,7,89); }

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