Html Css Color HEX #9501AE Dark Magenta

📋 copy color: '#9501AE'

red 149 ◦ green 1 ◦ blue 174

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

Shades of Dark Magenta #9501AE

Tints of Dark Magenta #9501AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 45.99%
G = 0.31%
B = 53.7%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9501AE (or 0x9501AE) is known color: Dark Magenta. HEX triplet: 95, 01 and AE. RGB value is (149,1,174). Sum of RGB (Red+Green+Blue) = 149+1+174=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #9501AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9501AE is #6AFE51. Grayscale: #404040. Windows color (decimal): -7011922 or 11403669. OLE color: 11403669.

HSL color Cylindrical-coordinate representation of color #9501AE: hue angle of 291.33º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9501AE is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 1 174 -
CMYK 0.14 0.99 0 0.32
HSL 291.33º 0.99% 0.34% -
HSV(B) 291.33º 0.99% 0.68% -
XYZ 20.05 9.47 40.82 -
YUV 64.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 149 1 174 0.14 0.99 0 0.32 291.33 0.99 0.34
Hex 95 1 AE E 63 0 20 123 63 22
Octal 225 1 256 16 143 0 40 443 143 42
Binary 10010101 1 10101110 1110 1100011 0 100000 100100011 1100011 100010

Color Harmonies of #9501AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9501AE

Black with #9501AE

Text Example


Text Example

White with #9501AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9501AE; }

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

 H1.HeaderClassName
 {
   color: #9501AE;
 }
 .AnyTagClassName
 {
   color: #9501AE;
 }
</style>

background-color css

<style>
 a { background-color: #9501AE; }

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

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

border-color css

<style>
 span { border-color: #9501AE; }

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

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