#961199

Color #961199 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #961199

Tints of Dark Magenta #961199

Color information

#961199 (or 0x961199) is unknown color: approx Dark Magenta. HEX triplet: 96, 11 and 99. RGB value is (150,17,153). Sum of RGB (Red+Green+Blue) = 150+17+153=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #961199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961199 is #69EE66. Grayscale: #474747. Windows color (decimal): -6942311 or 10031510. OLE color: 10031510.

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

Color convert

RGB15017153-
CMYK0.020.8900.4
HSL298.68º80%33.33%-
HSV(B)298.68º88.89%60%-
XYZ18.539.1830.93-
YUV72.27173.56183.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 17 (7.03% from 255) = 5.31%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=46.88%
G=5.31%
B=47.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150171530.020.8900.4298.688033.33
Hex96119925902812b5021
Octal22621231213105045312041
Binary10010110100011001100110101100101010001001010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961199; }

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

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

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

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

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

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

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

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