Html Css Color HEX #950DAB Dark Magenta

📋 copy color: '#950DAB'

red 149 ◦ green 13 ◦ blue 171

#950DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #950DAB

Tints of Dark Magenta #950DAB

RGB

 RED value IS 149 (58.59% from 255) = 44.74%

 GREEN value IS 13 (5.47% from 255) = 3.9%

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 44.74%
G = 3.9%
B = 51.35%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#950DAB (or 0x950DAB) is known color: Dark Magenta. HEX triplet: 95, 0D and AB. RGB value is (149,13,171). Sum of RGB (Red+Green+Blue) = 149+13+171=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #950DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950DAB is #6AF254. Grayscale: #474747. Windows color (decimal): -7008853 or 11210133. OLE color: 11210133.

HSL color Cylindrical-coordinate representation of color #950DAB: hue angle of 291.65º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950DAB is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 13 171 -
CMYK 0.13 0.92 0 0.33
HSL 291.65º 0.86% 0.36% -
HSV(B) 291.65º 0.92% 0.67% -
XYZ 19.89 9.62 39.34 -
YUV 71.68 184.06 183.15 -
System Red Green Blue C M Y K H S L
Decimal 149 13 171 0.13 0.92 0 0.33 291.65 0.86 0.36
Hex 95 D AB D 5C 0 21 124 56 24
Octal 225 15 253 15 134 0 41 444 126 44
Binary 10010101 1101 10101011 1101 1011100 0 100001 100100100 1010110 100100

Color Harmonies of #950DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950DAB

Black with #950DAB

Text Example


Text Example

White with #950DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #950DAB;
 }
 .AnyTagClassName
 {
   color: #950DAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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