#9402AB

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

Shades of Dark Magenta #9402AB

Tints of Dark Magenta #9402AB

Color information

#9402AB (or 0x9402AB) is unknown color: approx Dark Magenta. HEX triplet: 94, 02 and AB. RGB value is (148,2,171). Sum of RGB (Red+Green+Blue) = 148+2+171=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #9402AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9402AB is #6BFD54. Grayscale: #404040. Windows color (decimal): -7077205 or 11207316. OLE color: 11207316.

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

Color convert

RGB1482171-
CMYK0.130.9900.33
HSL291.83º97.69%33.92%-
HSV(B)291.83º98.83%67.06%-
XYZ19.599.2839.29-
YUV64.92187.87187.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=46.11%
G=0.62%
B=53.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14821710.130.9900.33291.8397.6933.92
Hex942ABD630211246222
Octal22422531514304144414242
Binary1001010010101010111101110001101000011001001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9402AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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