#930EAC

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

Shades of Dark Magenta #930EAC

Tints of Dark Magenta #930EAC

Color information

#930EAC (or 0x930EAC) is unknown color: approx Dark Magenta. HEX triplet: 93, 0E and AC. RGB value is (147,14,172). Sum of RGB (Red+Green+Blue) = 147+14+172=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #930EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930EAC is #6CF153. Grayscale: #474747. Windows color (decimal): -7139668 or 11275923. OLE color: 11275923.

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

Color convert

RGB14714172-
CMYK0.150.9200.33
HSL290.51º84.95%36.47%-
HSV(B)290.51º91.86%67.45%-
XYZ19.649.539.83-
YUV71.78184.56181.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.14%
GREEN value IS 14 (5.86% from 255) = 4.20%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=44.14%
G=4.20%
B=51.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147141720.150.9200.33290.5184.9536.47
Hex93EACF5C0211235524
Octal223162541713404144312544
Binary100100111110101011001111101110001000011001000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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