#9801AE

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

Shades of Dark Magenta #9801AE

Tints of Dark Magenta #9801AE

Color information

#9801AE (or 0x9801AE) is unknown color: approx Dark Magenta. HEX triplet: 98, 01 and AE. RGB value is (152,1,174). Sum of RGB (Red+Green+Blue) = 152+1+174=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #9801AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9801AE is #67FE51. Grayscale: #414141. Windows color (decimal): -6815314 or 11403672. OLE color: 11403672.

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

Color convert

RGB1521174-
CMYK0.130.9900.32
HSL292.37º98.86%34.31%-
HSV(B)292.37º99.43%68.24%-
XYZ20.69.7540.84-
YUV65.87189.03189.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=46.48%
G=0.31%
B=53.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15211740.130.9900.32292.3798.8634.31
Hex981AED630201246322
Octal23012561514304044414342
Binary100110001101011101101110001101000001001001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9801AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,1,174); }

 H1.HeaderClassName
 {
   color: #9801AE;
 }
 .AnyTagClassName
 {
   color: #9801AE;
 }
</style>
background-color css

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

 a { background-color: rgb(152,1,174); }

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

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

 span { border-color: rgb(152,1,174); }

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