#9502AE

Color #9502AE Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9502AE

Tints of Dark Magenta #9502AE

Color information

#9502AE (or 0x9502AE) is unknown color: approx 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

RGB1492174-
CMYK0.140.9900.32
HSL291.28º97.73%34.51%-
HSV(B)291.28º98.85%68.24%-
XYZ20.069.4940.82-
YUV65.56189.2187.51-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14921740.140.9900.32291.2897.7334.51
Hex952AEE630201236223
Octal22522561614304044314243
Binary1001010110101011101110110001101000001001000111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9502AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>