#930E85

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

Shades of Dark Magenta #930E85

Tints of Dark Magenta #930E85

Color information

#930E85 (or 0x930E85) is unknown color: approx Dark Magenta. HEX triplet: 93, 0E and 85. RGB value is (147,14,133). Sum of RGB (Red+Green+Blue) = 147+14+133=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #930E85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930E85 is #6CF17A. Grayscale: #424242. Windows color (decimal): -7139707 or 8720019. OLE color: 8720019.

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

Color convert

RGB14714133-
CMYK00.900.100.42
HSL306.32º82.61%31.57%-
HSV(B)306.32º90.48%57.65%-
XYZ16.428.2122.91-
YUV67.33165.06184.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 4.76%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=50%
G=4.76%
B=45.24%

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
Decimal1471413300.900.100.42306.3282.6131.57
Hex93E8505AA2A1325320
Octal223162050132125246212340
Binary100100111110100001010101101010101010101001100101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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