#9402AC

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

Shades of Dark Magenta #9402AC

Tints of Dark Magenta #9402AC

Color information

#9402AC (or 0x9402AC) is unknown color: approx Dark Magenta. HEX triplet: 94, 02 and AC. RGB value is (148,2,172). Sum of RGB (Red+Green+Blue) = 148+2+172=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #9402AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9402AC is #6BFD53. Grayscale: #404040. Windows color (decimal): -7077204 or 11272852. OLE color: 11272852.

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

Color convert

RGB1482172-
CMYK0.140.9900.33
HSL291.53º97.7%34.12%-
HSV(B)291.53º98.84%67.45%-
XYZ19.689.3239.79-
YUV65.03188.37187.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.96%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 172 (67.58% from 255) = 53.42%
R=45.96%
G=0.62%
B=53.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14821720.140.9900.33291.5397.734.12
Hex942ACE630211246222
Octal22422541614304144414242
Binary1001010010101011001110110001101000011001001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9402AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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