#950e99

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

Shades of Dark Magenta #950E99

Tints of Dark Magenta #950E99

Color information

#950E99 (or 0x950E99) is unknown color: approx Dark Magenta. HEX triplet: 95, 0E and 99. RGB value is (149,14,153). Sum of RGB (Red+Green+Blue) = 149+14+153=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #950E99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950E99 is #6AF166. Grayscale: #454545. Windows color (decimal): -7008615 or 10030741. OLE color: 10030741.

HSL color Cylindrical-coordinate representation of color #950E99: hue angle of 298.27º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E99 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14914153-
CMYK0.030.9100.4
HSL298.27º83.23%32.75%-
HSV(B)298.27º90.85%60%-
XYZ18.3930.91-
YUV70.21174.73184.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 14 (5.86% from 255) = 4.43%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=47.15%
G=4.43%
B=48.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149141530.030.9100.4298.2783.2332.75
Hex95E9935B02812a5321
Octal22516231313305045212341
Binary1001010111101001100111101101101010001001010101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950e99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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