#961155

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

Shades of Jazzberry Jam #961155

Tints of Jazzberry Jam #961155

Color information

#961155 (or 0x961155) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 11 and 55. RGB value is (150,17,85). Sum of RGB (Red+Green+Blue) = 150+17+85=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #961155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961155 is #69EEAA. Grayscale: #404040. Windows color (decimal): -6942379 or 5575062. OLE color: 5575062.

HSL color Cylindrical-coordinate representation of color #961155: hue angle of 329.32º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961155 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1501785-
CMYK00.890.430.41
HSL329.32º79.64%32.75%-
HSV(B)329.32º88.67%58.82%-
XYZ14.427.549.29-
YUV64.52139.56188.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 17 (7.03% from 255) = 6.75%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=59.52%
G=6.75%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150178500.890.430.41329.3279.6432.75
Hex9611550592B291495021
Octal226211250131535151112041
Binary10010110100011010101010110011010111010011010010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961155; }

 p { color: rgb(150,17,85); }

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

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

 a { background-color: rgb(150,17,85); }

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

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

 span { border-color: rgb(150,17,85); }

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