Html Css Color HEX #9505AB Dark Magenta

📋 copy color: '#9505AB'

red 149 ◦ green 5 ◦ blue 171

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

Shades of Dark Magenta #9505AB

Tints of Dark Magenta #9505AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

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

R = 45.85%
G = 1.54%
B = 52.62%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9505AB (or 0x9505AB) is known color: Dark Magenta. HEX triplet: 95, 05 and AB. RGB value is (149,5,171). Sum of RGB (Red+Green+Blue) = 149+5+171=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #9505AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9505AB is #6AFA54. Grayscale: #424242. Windows color (decimal): -7010901 or 11208085. OLE color: 11208085.

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

Color convert

RGB 149 5 171 -
CMYK 0.13 0.97 0 0.33
HSL 292.05º 0.94% 0.35% -
HSV(B) 292.05º 0.97% 0.67% -
XYZ 19.8 9.44 39.31 -
YUV 66.98 186.71 186.5 -
System Red Green Blue C M Y K H S L
Decimal 149 5 171 0.13 0.97 0 0.33 292.05 0.94 0.35
Hex 95 5 AB D 61 0 21 124 5E 23
Octal 225 5 253 15 141 0 41 444 136 43
Binary 10010101 101 10101011 1101 1100001 0 100001 100100100 1011110 100011

Color Harmonies of #9505AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9505AB

Black with #9505AB

Text Example


Text Example

White with #9505AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9505AB; }

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

 H1.HeaderClassName
 {
   color: #9505AB;
 }
 .AnyTagClassName
 {
   color: #9505AB;
 }
</style>

background-color css

<style>
 a { background-color: #9505AB; }

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

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

border-color css

<style>
 span { border-color: #9505AB; }

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

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