#9802AE

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

Shades of Dark Magenta #9802AE

Tints of Dark Magenta #9802AE

Color information

#9802AE (or 0x9802AE) is unknown color: approx Dark Magenta. HEX triplet: 98, 02 and AE. RGB value is (152,2,174). Sum of RGB (Red+Green+Blue) = 152+2+174=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #9802AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9802AE is #67FD51. Grayscale: #414141. Windows color (decimal): -6815058 or 11403928. OLE color: 11403928.

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

Color convert

RGB1522174-
CMYK0.130.9900.32
HSL292.33º97.73%34.51%-
HSV(B)292.33º98.85%68.24%-
XYZ20.619.7740.84-
YUV66.46188.7189.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=46.34%
G=0.61%
B=53.05%

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
Decimal15221740.130.9900.32292.3397.7334.51
Hex982AED630201246223
Octal23022561514304044414243
Binary1001100010101011101101110001101000001001001001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9802AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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