#950D9D

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

Shades of Dark Magenta #950D9D

Tints of Dark Magenta #950D9D

Color information

#950D9D (or 0x950D9D) is unknown color: approx Dark Magenta. HEX triplet: 95, 0D and 9D. RGB value is (149,13,157). Sum of RGB (Red+Green+Blue) = 149+13+157=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #950D9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950D9D is #6AF262. Grayscale: #454545. Windows color (decimal): -7008867 or 10292629. OLE color: 10292629.

HSL color Cylindrical-coordinate representation of color #950D9D: hue angle of 296.67º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950D9D is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14913157-
CMYK0.050.9200.38
HSL296.67º84.71%33.33%-
HSV(B)296.67º91.72%61.57%-
XYZ18.629.1132.68-
YUV70.08177.06184.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 13 (5.47% from 255) = 4.08%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=46.71%
G=4.08%
B=49.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149131570.050.9200.38296.6784.7133.33
Hex95D9D55C0261295521
Octal22515235513404645112541
Binary10010101110110011101101101110001001101001010011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,13,157); }

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

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

 a { background-color: rgb(149,13,157); }

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

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

 span { border-color: rgb(149,13,157); }

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