Html Css Color HEX #950AAB Dark Magenta

📋 copy color: '#950AAB'

red 149 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #950AAB

Tints of Dark Magenta #950AAB

RGB

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

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

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

R = 45.15%
G = 3.03%
B = 51.82%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#950AAB (or 0x950AAB) is known color: Dark Magenta. HEX triplet: 95, 0A and AB. RGB value is (149,10,171). Sum of RGB (Red+Green+Blue) = 149+10+171=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #950AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950AAB is #6AF554. Grayscale: #454545. Windows color (decimal): -7009621 or 11209365. OLE color: 11209365.

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

Color convert

RGB 149 10 171 -
CMYK 0.13 0.94 0 0.33
HSL 291.8º 0.89% 0.35% -
HSV(B) 291.8º 0.94% 0.67% -
XYZ 19.85 9.55 39.32 -
YUV 69.92 185.05 184.41 -
System Red Green Blue C M Y K H S L
Decimal 149 10 171 0.13 0.94 0 0.33 291.8 0.89 0.35
Hex 95 A AB D 5E 0 21 124 59 23
Octal 225 12 253 15 136 0 41 444 131 43
Binary 10010101 1010 10101011 1101 1011110 0 100001 100100100 1011001 100011

Color Harmonies of #950AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950AAB

Black with #950AAB

Text Example


Text Example

White with #950AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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