Html Css Color HEX #950DAE Dark Magenta

📋 copy color: '#950DAE'

red 149 ◦ green 13 ◦ blue 174

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

Shades of Dark Magenta #950DAE

Tints of Dark Magenta #950DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.79%

R = 44.35%
G = 3.87%
B = 51.79%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#950DAE (or 0x950DAE) is known color: Dark Magenta. HEX triplet: 95, 0D and AE. RGB value is (149,13,174). Sum of RGB (Red+Green+Blue) = 149+13+174=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #950DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950DAE is #6AF251. Grayscale: #474747. Windows color (decimal): -7008850 or 11406741. OLE color: 11406741.

HSL color Cylindrical-coordinate representation of color #950DAE: hue angle of 290.68º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950DAE is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 13 174 -
CMYK 0.14 0.93 0 0.32
HSL 290.68º 0.86% 0.37% -
HSV(B) 290.68º 0.93% 0.68% -
XYZ 20.18 9.73 40.86 -
YUV 72.02 185.56 182.91 -
System Red Green Blue C M Y K H S L
Decimal 149 13 174 0.14 0.93 0 0.32 290.68 0.86 0.37
Hex 95 D AE E 5D 0 20 123 56 25
Octal 225 15 256 16 135 0 40 443 126 45
Binary 10010101 1101 10101110 1110 1011101 0 100000 100100011 1010110 100101

Color Harmonies of #950DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950DAE

Black with #950DAE

Text Example


Text Example

White with #950DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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