#950E8B

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

Shades of Dark Magenta #950E8B

Tints of Dark Magenta #950E8B

Color information

#950E8B (or 0x950E8B) is unknown color: approx Dark Magenta. HEX triplet: 95, 0E and 8B. RGB value is (149,14,139). Sum of RGB (Red+Green+Blue) = 149+14+139=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #950E8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950E8B is #6AF174. Grayscale: #444444. Windows color (decimal): -7008629 or 9113237. OLE color: 9113237.

HSL color Cylindrical-coordinate representation of color #950E8B: hue angle of 304.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E8B is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14914139-
CMYK00.910.070.42
HSL304.44º82.82%31.96%-
HSV(B)304.44º90.6%58.43%-
XYZ17.218.5725.17-
YUV68.61167.73185.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 14 (5.86% from 255) = 4.64%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=49.34%
G=4.64%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491413900.910.070.42304.4482.8231.96
Hex95E8B05B72A1305320
Octal22516213013375246012340
Binary10010101111010001011010110111111010101001100001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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