#950E9B

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

Shades of Dark Magenta #950E9B

Tints of Dark Magenta #950E9B

Color information

#950E9B (or 0x950E9B) is unknown color: approx Dark Magenta. HEX triplet: 95, 0E and 9B. RGB value is (149,14,155). Sum of RGB (Red+Green+Blue) = 149+14+155=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #950E9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950E9B is #6AF164. Grayscale: #464646. Windows color (decimal): -7008613 or 10161813. OLE color: 10161813.

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

Color convert

RGB14914155-
CMYK0.040.9100.39
HSL297.45º83.43%33.14%-
HSV(B)297.45º90.97%60.78%-
XYZ18.479.0731.79-
YUV70.44175.73184.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 14 (5.86% from 255) = 4.40%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=46.86%
G=4.40%
B=48.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149141550.040.9100.39297.4583.4333.14
Hex95E9B45B0271295321
Octal22516233413304745112341
Binary10010101111010011011100101101101001111001010011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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