#930E84

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

Shades of Dark Magenta #930E84

Tints of Dark Magenta #930E84

Color information

#930E84 (or 0x930E84) is unknown color: approx Dark Magenta. HEX triplet: 93, 0E and 84. RGB value is (147,14,132). Sum of RGB (Red+Green+Blue) = 147+14+132=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #930E84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930E84 is #6CF17B. Grayscale: #424242. Windows color (decimal): -7139708 or 8654483. OLE color: 8654483.

HSL color Cylindrical-coordinate representation of color #930E84: hue angle of 306.77º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930E84 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14714132-
CMYK00.900.100.42
HSL306.77º82.61%31.57%-
HSV(B)306.77º90.48%57.65%-
XYZ16.358.1822.55-
YUV67.22164.56184.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 14 (5.86% from 255) = 4.78%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=50.17%
G=4.78%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471413200.900.100.42306.7782.6131.57
Hex93E8405AA2A1335320
Octal223162040132125246312340
Binary100100111110100001000101101010101010101001100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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