#9302AE

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

Shades of Dark Magenta #9302AE

Tints of Dark Magenta #9302AE

Color information

#9302AE (or 0x9302AE) is unknown color: approx Dark Magenta. HEX triplet: 93, 02 and AE. RGB value is (147,2,174). Sum of RGB (Red+Green+Blue) = 147+2+174=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #9302AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9302AE is #6CFD51. Grayscale: #404040. Windows color (decimal): -7142738 or 11403923. OLE color: 11403923.

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

Color convert

RGB1472174-
CMYK0.160.9900.32
HSL290.58º97.73%34.51%-
HSV(B)290.58º98.85%68.24%-
XYZ19.699.340.8-
YUV64.96189.54186.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=45.51%
G=0.62%
B=53.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14721740.160.9900.32290.5897.7334.51
Hex932AE10630201236223
Octal22322562014304044314243
Binary10010011101010111010000110001101000001001000111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9302AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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