#961f99

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

Shades of Dark Magenta #961F99

Tints of Dark Magenta #961F99

Color information

#961F99 (or 0x961F99) is unknown color: approx Dark Magenta. HEX triplet: 96, 1F and 99. RGB value is (150,31,153). Sum of RGB (Red+Green+Blue) = 150+31+153=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #961F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961F99 is #69E066. Grayscale: #505050. Windows color (decimal): -6938727 or 10035094. OLE color: 10035094.

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

Color convert

RGB15031153-
CMYK0.020.8000.4
HSL298.52º66.3%36.08%-
HSV(B)298.52º79.74%60%-
XYZ18.829.7631.03-
YUV80.49168.92177.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 31 (12.5% from 255) = 9.28%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=44.91%
G=9.28%
B=45.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150311530.020.8000.4298.5266.336.08
Hex961F9925002812b4224
Octal22637231212005045310244
Binary10010110111111001100110101000001010001001010111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961f99; }

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

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

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

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

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

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

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

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