#961963

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

Shades of Jazzberry Jam #961963

Tints of Jazzberry Jam #961963

Color information

#961963 (or 0x961963) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 19 and 63. RGB value is (150,25,99). Sum of RGB (Red+Green+Blue) = 150+25+99=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #961963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961963 is #69E69C. Grayscale: #464646. Windows color (decimal): -6940317 or 6494614. OLE color: 6494614.

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

Color convert

RGB1502599-
CMYK00.830.340.41
HSL324.48º71.43%34.31%-
HSV(B)324.48º83.33%58.82%-
XYZ15.188.0812.56-
YUV70.81143.91184.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.74%
GREEN value IS 25 (10.16% from 255) = 9.12%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=54.74%
G=9.12%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150259900.830.340.41324.4871.4334.31
Hex96196305322291444722
Octal226311430123425150410742
Binary10010110110011100011010100111000101010011010001001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961963; }

 p { color: rgb(150,25,99); }

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

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

 a { background-color: rgb(150,25,99); }

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

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

 span { border-color: rgb(150,25,99); }

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