#930E8A

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

Shades of Dark Magenta #930E8A

Tints of Dark Magenta #930E8A

Color information

#930E8A (or 0x930E8A) is unknown color: approx Dark Magenta. HEX triplet: 93, 0E and 8A. RGB value is (147,14,138). Sum of RGB (Red+Green+Blue) = 147+14+138=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #930E8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930E8A is #6CF175. Grayscale: #434343. Windows color (decimal): -7139702 or 9047699. OLE color: 9047699.

HSL color Cylindrical-coordinate representation of color #930E8A: hue angle of 304.06º 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 #930E8A is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14714138-
CMYK00.900.060.42
HSL304.06º82.61%31.57%-
HSV(B)304.06º90.48%57.65%-
XYZ16.788.3524.77-
YUV67.9167.56184.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 14 (5.86% from 255) = 4.68%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=49.16%
G=4.68%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471413800.900.060.42304.0682.6131.57
Hex93E8A05A62A1305320
Octal22316212013265246012340
Binary10010011111010001010010110101101010101001100001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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