#961866

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

Shades of Jazzberry Jam #961866

Tints of Jazzberry Jam #961866

Color information

#961866 (or 0x961866) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 18 and 66. RGB value is (150,24,102). Sum of RGB (Red+Green+Blue) = 150+24+102=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #961866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961866 is #69E799. Grayscale: #464646. Windows color (decimal): -6940570 or 6690966. OLE color: 6690966.

HSL color Cylindrical-coordinate representation of color #961866: hue angle of 322.86º 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 #961866 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15024102-
CMYK00.840.320.41
HSL322.86º72.41%34.12%-
HSV(B)322.86º84%58.82%-
XYZ15.38.113.33-
YUV70.57145.74184.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.35%
GREEN value IS 24 (9.77% from 255) = 8.70%
BLUE value IS 102 (40.23% from 255) = 36.96%
R=54.35%
G=8.70%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502410200.840.320.41322.8672.4134.12
Hex96186605420291434822
Octal226301460124405150311042
Binary10010110110001100110010101001000001010011010000111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961866; }

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

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

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

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

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

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

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

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