Html Css Color HEX #950DAC Dark Magenta

📋 copy color: '#950DAC'

red 149 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #950DAC

Tints of Dark Magenta #950DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 44.61%
G = 3.89%
B = 51.5%

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

#950DAC (or 0x950DAC) is known color: Dark Magenta. HEX triplet: 95, 0D and AC. RGB value is (149,13,172). Sum of RGB (Red+Green+Blue) = 149+13+172=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #950DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950DAC is #6AF253. Grayscale: #474747. Windows color (decimal): -7008852 or 11275669. OLE color: 11275669.

HSL color Cylindrical-coordinate representation of color #950DAC: hue angle of 291.32º 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 #950DAC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 13 172 -
CMYK 0.13 0.92 0 0.33
HSL 291.32º 0.86% 0.36% -
HSV(B) 291.32º 0.92% 0.67% -
XYZ 19.98 9.66 39.84 -
YUV 71.79 184.56 183.07 -
System Red Green Blue C M Y K H S L
Decimal 149 13 172 0.13 0.92 0 0.33 291.32 0.86 0.36
Hex 95 D AC D 5C 0 21 123 56 24
Octal 225 15 254 15 134 0 41 443 126 44
Binary 10010101 1101 10101100 1101 1011100 0 100001 100100011 1010110 100100

Color Harmonies of #950DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950DAC

Black with #950DAC

Text Example


Text Example

White with #950DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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