Html Css Color HEX #9502AE Dark Magenta

📋 copy color: '#9502AE'

red 149 ◦ green 2 ◦ blue 174

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

Shades of Dark Magenta #9502AE

Tints of Dark Magenta #9502AE

RGB

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

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

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

R = 45.85%
G = 0.62%
B = 53.54%

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

#9502AE (or 0x9502AE) is known color: Dark Magenta. HEX triplet: 95, 02 and AE. RGB value is (149,2,174). Sum of RGB (Red+Green+Blue) = 149+2+174=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #9502AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9502AE is #6AFD51. Grayscale: #414141. Windows color (decimal): -7011666 or 11403925. OLE color: 11403925.

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

Color convert

RGB 149 2 174 -
CMYK 0.14 0.99 0 0.32
HSL 291.28º 0.98% 0.35% -
HSV(B) 291.28º 0.99% 0.68% -
XYZ 20.06 9.49 40.82 -
YUV 65.56 189.2 187.51 -
System Red Green Blue C M Y K H S L
Decimal 149 2 174 0.14 0.99 0 0.32 291.28 0.98 0.35
Hex 95 2 AE E 63 0 20 123 62 23
Octal 225 2 256 16 143 0 40 443 142 43
Binary 10010101 10 10101110 1110 1100011 0 100000 100100011 1100010 100011

Color Harmonies of #9502AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9502AE

Black with #9502AE

Text Example


Text Example

White with #9502AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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