Html Css Color HEX #9502AD Dark Magenta

📋 copy color: '#9502AD'

red 149 ◦ green 2 ◦ blue 173

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

Shades of Dark Magenta #9502AD

Tints of Dark Magenta #9502AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 173 (67.97% from 255) = 53.4%

R = 45.99%
G = 0.62%
B = 53.4%

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

#9502AD (or 0x9502AD) is known color: Dark Magenta. HEX triplet: 95, 02 and AD. RGB value is (149,2,173). Sum of RGB (Red+Green+Blue) = 149+2+173=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #9502AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9502AD is #6AFD52. Grayscale: #404040. Windows color (decimal): -7011667 or 11338389. OLE color: 11338389.

HSL color Cylindrical-coordinate representation of color #9502AD: hue angle of 291.58º degrees, saturation: 0.98, 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 #9502AD is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 2 173 -
CMYK 0.14 0.99 0 0.32
HSL 291.58º 0.98% 0.34% -
HSV(B) 291.58º 0.99% 0.68% -
XYZ 19.96 9.45 40.31 -
YUV 65.45 188.7 187.6 -
System Red Green Blue C M Y K H S L
Decimal 149 2 173 0.14 0.99 0 0.32 291.58 0.98 0.34
Hex 95 2 AD E 63 0 20 124 62 22
Octal 225 2 255 16 143 0 40 444 142 42
Binary 10010101 10 10101101 1110 1100011 0 100000 100100100 1100010 100010

Color Harmonies of #9502AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9502AD

Black with #9502AD

Text Example


Text Example

White with #9502AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9502AD; }

 p { color: rgb(149,2,173); }

 H1.HeaderClassName
 {
   color: #9502AD;
 }
 .AnyTagClassName
 {
   color: #9502AD;
 }
</style>

background-color css

<style>
 a { background-color: #9502AD; }

 a { background-color: rgb(149,2,173); }

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

border-color css

<style>
 span { border-color: #9502AD; }

 span { border-color: rgb(149,2,173); }

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