#960455

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

Shades of Jazzberry Jam #960455

Tints of Jazzberry Jam #960455

Color information

#960455 (or 0x960455) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 04 and 55. RGB value is (150,4,85). Sum of RGB (Red+Green+Blue) = 150+4+85=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #960455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960455 is #69FBAA. Grayscale: #383838. Windows color (decimal): -6945707 or 5571734. OLE color: 5571734.

HSL color Cylindrical-coordinate representation of color #960455: hue angle of 326.71º degrees, saturation: 0.95, 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 #960455 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB150485-
CMYK00.970.430.41
HSL326.71º94.81%30.2%-
HSV(B)326.71º97.33%58.82%-
XYZ14.267.239.24-
YUV56.89143.87194.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=62.76%
G=1.67%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15048500.970.430.41326.7194.8130.2
Hex964550612B291475f1e
Octal22641250141535150713736
Binary10010110100101010101100001101011101001101000111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960455; }

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

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

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

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

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

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

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

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