#961E99

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

Shades of Dark Magenta #961E99

Tints of Dark Magenta #961E99

Color information

#961E99 (or 0x961E99) is unknown color: approx Dark Magenta. HEX triplet: 96, 1E and 99. RGB value is (150,30,153). Sum of RGB (Red+Green+Blue) = 150+30+153=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #961E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961E99 is #69E166. Grayscale: #4F4F4F. Windows color (decimal): -6938983 or 10034838. OLE color: 10034838.

HSL color Cylindrical-coordinate representation of color #961E99: hue angle of 298.54º degrees, saturation: 0.67, 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 #961E99 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15030153-
CMYK0.020.8000.4
HSL298.54º67.21%35.88%-
HSV(B)298.54º80.39%60%-
XYZ18.799.7131.02-
YUV79.9169.26178-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 30 (12.11% from 255) = 9.01%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=45.05%
G=9.01%
B=45.95%

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
Decimal150301530.020.8000.4298.5467.2135.88
Hex961E9925002812b4324
Octal22636231212005045310344
Binary10010110111101001100110101000001010001001010111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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