#9302A2

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

Shades of Dark Magenta #9302A2

Tints of Dark Magenta #9302A2

Color information

#9302A2 (or 0x9302A2) is unknown color: approx Dark Magenta. HEX triplet: 93, 02 and A2. RGB value is (147,2,162). Sum of RGB (Red+Green+Blue) = 147+2+162=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 162 (63.67% from 255 or 52.09% from 311); Max value from RGB is 162 - color contains mainly: blue. Hex color #9302A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9302A2 is #6CFD5D. Grayscale: #3F3F3F. Windows color (decimal): -7142750 or 10617491. OLE color: 10617491.

HSL color Cylindrical-coordinate representation of color #9302A2: hue angle of 294.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302A2 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1472162-
CMYK0.090.9900.36
HSL294.38º97.56%32.16%-
HSV(B)294.38º98.77%63.53%-
XYZ18.588.8634.91-
YUV63.6183.54187.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 162 (63.67% from 255) = 52.09%
R=47.27%
G=0.64%
B=52.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14721620.090.9900.36294.3897.5632.16
Hex932A29630241266220
Octal22322421114304444614240
Binary1001001110101000101001110001101001001001001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9302A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9302A2; }

 p { color: rgb(147,2,162); }

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

<style>
 a { background-color: #9302A2; }

 a { background-color: rgb(147,2,162); }

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

<style>
 span { border-color: #9302A2; }

 span { border-color: rgb(147,2,162); }

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