#961865

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

Shades of Jazzberry Jam #961865

Tints of Jazzberry Jam #961865

Color information

#961865 (or 0x961865) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 18 and 65. RGB value is (150,24,101). Sum of RGB (Red+Green+Blue) = 150+24+101=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #961865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961865 is #69E79A. Grayscale: #464646. Windows color (decimal): -6940571 or 6625430. OLE color: 6625430.

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

Color convert

RGB15024101-
CMYK00.840.330.41
HSL323.33º72.41%34.12%-
HSV(B)323.33º84%58.82%-
XYZ15.258.0813.07-
YUV70.45145.24184.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=54.55%
G=8.73%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502410100.840.330.41323.3372.4134.12
Hex96186505421291434822
Octal226301450124415150311042
Binary10010110110001100101010101001000011010011010000111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961865; }

 p { color: rgb(150,24,101); }

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

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

 a { background-color: rgb(150,24,101); }

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

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

 span { border-color: rgb(150,24,101); }

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