#9802AD

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

Shades of Dark Magenta #9802AD

Tints of Dark Magenta #9802AD

Color information

#9802AD (or 0x9802AD) is unknown color: approx Dark Magenta. HEX triplet: 98, 02 and AD. RGB value is (152,2,173). Sum of RGB (Red+Green+Blue) = 152+2+173=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #9802AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9802AD is #67FD52. Grayscale: #414141. Windows color (decimal): -6815059 or 11338392. OLE color: 11338392.

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

Color convert

RGB1522173-
CMYK0.120.9900.32
HSL292.63º97.71%34.31%-
HSV(B)292.63º98.84%67.84%-
XYZ20.519.7440.33-
YUV66.34188.2189.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=46.48%
G=0.61%
B=52.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15221730.120.9900.32292.6397.7134.31
Hex982ADC630201256222
Octal23022551414304044514242
Binary1001100010101011011100110001101000001001001011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9802AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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