Html Css Color HEX #950AAE Dark Magenta

📋 copy color: '#950AAE'

red 149 ◦ green 10 ◦ blue 174

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

Shades of Dark Magenta #950AAE

Tints of Dark Magenta #950AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3%

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

R = 44.74%
G = 3%
B = 52.25%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#950AAE (or 0x950AAE) is known color: Dark Magenta. HEX triplet: 95, 0A and AE. RGB value is (149,10,174). Sum of RGB (Red+Green+Blue) = 149+10+174=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #950AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950AAE is #6AF551. Grayscale: #454545. Windows color (decimal): -7009618 or 11405973. OLE color: 11405973.

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

Color convert

RGB 149 10 174 -
CMYK 0.14 0.94 0 0.32
HSL 290.85º 0.89% 0.36% -
HSV(B) 290.85º 0.94% 0.68% -
XYZ 20.14 9.66 40.85 -
YUV 70.26 186.55 184.16 -
System Red Green Blue C M Y K H S L
Decimal 149 10 174 0.14 0.94 0 0.32 290.85 0.89 0.36
Hex 95 A AE E 5E 0 20 123 59 24
Octal 225 12 256 16 136 0 40 443 131 44
Binary 10010101 1010 10101110 1110 1011110 0 100000 100100011 1011001 100100

Color Harmonies of #950AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950AAE

Black with #950AAE

Text Example


Text Example

White with #950AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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