#930EA9

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

Shades of Dark Magenta #930EA9

Tints of Dark Magenta #930EA9

Color information

#930EA9 (or 0x930EA9) is unknown color: approx Dark Magenta. HEX triplet: 93, 0E and A9. RGB value is (147,14,169). Sum of RGB (Red+Green+Blue) = 147+14+169=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #930EA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930EA9 is #6CF156. Grayscale: #464646. Windows color (decimal): -7139671 or 11079315. OLE color: 11079315.

HSL color Cylindrical-coordinate representation of color #930EA9: hue angle of 291.48º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #930EA9 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14714169-
CMYK0.130.9200.34
HSL291.48º84.7%35.88%-
HSV(B)291.48º91.72%66.27%-
XYZ19.359.3838.33-
YUV71.44183.06181.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 14 (5.86% from 255) = 4.24%
BLUE value IS 169 (66.41% from 255) = 51.21%
R=44.55%
G=4.24%
B=51.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal147141690.130.9200.34291.4884.735.88
Hex93EA9D5C0221235524
Octal223162511513404244312544
Binary100100111110101010011101101110001000101001000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930EA9; }

 p { color: rgb(147,14,169); }

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

<style>
 a { background-color: #930EA9; }

 a { background-color: rgb(147,14,169); }

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

<style>
 span { border-color: #930EA9; }

 span { border-color: rgb(147,14,169); }

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