#930A8E

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

Shades of Dark Magenta #930A8E

Tints of Dark Magenta #930A8E

Color information

#930A8E (or 0x930A8E) is unknown color: approx Dark Magenta. HEX triplet: 93, 0A and 8E. RGB value is (147,10,142). Sum of RGB (Red+Green+Blue) = 147+10+142=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #930A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930A8E is #6CF571. Grayscale: #414141. Windows color (decimal): -7140722 or 9308819. OLE color: 9308819.

HSL color Cylindrical-coordinate representation of color #930A8E: hue angle of 302.19º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A8E is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14710142-
CMYK00.930.030.42
HSL302.19º87.26%30.78%-
HSV(B)302.19º93.2%57.65%-
XYZ17.028.3726.31-
YUV66.01170.89185.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 10 (4.30% from 255) = 3.34%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=49.16%
G=3.34%
B=47.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471014200.930.030.42302.1987.2630.78
Hex93A8E05D32A12e571f
Octal22312216013535245612737
Binary100100111010100011100101110111101010100101110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,10,142); }

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

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

 a { background-color: rgb(147,10,142); }

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

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

 span { border-color: rgb(147,10,142); }

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