#950EAD

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

Shades of Dark Magenta #950EAD

Tints of Dark Magenta #950EAD

Color information

#950EAD (or 0x950EAD) is unknown color: approx Dark Magenta. HEX triplet: 95, 0E and AD. RGB value is (149,14,173). Sum of RGB (Red+Green+Blue) = 149+14+173=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #950EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950EAD is #6AF152. Grayscale: #474747. Windows color (decimal): -7008595 or 11341461. OLE color: 11341461.

HSL color Cylindrical-coordinate representation of color #950EAD: hue angle of 290.94º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950EAD is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14914173-
CMYK0.140.9200.32
HSL290.94º85.03%36.67%-
HSV(B)290.94º91.91%67.84%-
XYZ20.099.7240.35-
YUV72.49184.73182.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 14 (5.86% from 255) = 4.17%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=44.35%
G=4.17%
B=51.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149141730.140.9200.32290.9485.0336.67
Hex95EADE5C0201235525
Octal225162551613404044312545
Binary100101011110101011011110101110001000001001000111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950EAD; }

 p { color: rgb(149,14,173); }

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

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

 a { background-color: rgb(149,14,173); }

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

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

 span { border-color: rgb(149,14,173); }

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