Html Css Color HEX #9501AA Dark Magenta

📋 copy color: '#9501AA'

red 149 ◦ green 1 ◦ blue 170

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

Shades of Dark Magenta #9501AA

Tints of Dark Magenta #9501AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 46.56%
G = 0.31%
B = 53.13%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9501AA (or 0x9501AA) is known color: Dark Magenta. HEX triplet: 95, 01 and AA. RGB value is (149,1,170). Sum of RGB (Red+Green+Blue) = 149+1+170=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #9501AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9501AA is #6AFE55. Grayscale: #3F3F3F. Windows color (decimal): -7011926 or 11141525. OLE color: 11141525.

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

Color convert

RGB 149 1 170 -
CMYK 0.12 0.99 0 0.33
HSL 292.54º 0.99% 0.34% -
HSV(B) 292.54º 0.99% 0.67% -
XYZ 19.66 9.31 38.79 -
YUV 64.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 149 1 170 0.12 0.99 0 0.33 292.54 0.99 0.34
Hex 95 1 AA C 63 0 21 125 63 22
Octal 225 1 252 14 143 0 41 445 143 42
Binary 10010101 1 10101010 1100 1100011 0 100001 100100101 1100011 100010

Color Harmonies of #9501AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9501AA

Black with #9501AA

Text Example


Text Example

White with #9501AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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