#961999

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

Shades of Dark Magenta #961999

Tints of Dark Magenta #961999

Color information

#961999 (or 0x961999) is unknown color: approx Dark Magenta. HEX triplet: 96, 19 and 99. RGB value is (150,25,153). Sum of RGB (Red+Green+Blue) = 150+25+153=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #961999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961999 is #69E666. Grayscale: #4C4C4C. Windows color (decimal): -6940263 or 10033558. OLE color: 10033558.

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

Color convert

RGB15025153-
CMYK0.020.8400.4
HSL298.59º71.91%34.9%-
HSV(B)298.59º83.66%60%-
XYZ18.689.4830.98-
YUV76.97170.91180.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 25 (10.16% from 255) = 7.62%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=45.73%
G=7.62%
B=46.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150251530.020.8400.4298.5971.9134.9
Hex96199925402812b4823
Octal22631231212405045311043
Binary10010110110011001100110101010001010001001010111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961999; }

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

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

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

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

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

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

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

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