#9802AB

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

Shades of Dark Magenta #9802AB

Tints of Dark Magenta #9802AB

Color information

#9802AB (or 0x9802AB) is unknown color: approx Dark Magenta. HEX triplet: 98, 02 and AB. RGB value is (152,2,171). Sum of RGB (Red+Green+Blue) = 152+2+171=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #9802AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9802AB is #67FD54. Grayscale: #414141. Windows color (decimal): -6815061 or 11207320. OLE color: 11207320.

HSL color Cylindrical-coordinate representation of color #9802AB: hue angle of 293.25º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9802AB is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1522171-
CMYK0.110.9900.33
HSL293.25º97.69%33.92%-
HSV(B)293.25º98.83%67.06%-
XYZ20.329.6639.32-
YUV66.12187.2189.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=46.77%
G=0.62%
B=52.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15221710.110.9900.33293.2597.6933.92
Hex982ABB630211256222
Octal23022531314304144514242
Binary1001100010101010111011110001101000011001001011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9802AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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