#930E86

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

Shades of Dark Magenta #930E86

Tints of Dark Magenta #930E86

Color information

#930E86 (or 0x930E86) is unknown color: approx Dark Magenta. HEX triplet: 93, 0E and 86. RGB value is (147,14,134). Sum of RGB (Red+Green+Blue) = 147+14+134=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #930E86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930E86 is #6CF179. Grayscale: #434343. Windows color (decimal): -7139706 or 8785555. OLE color: 8785555.

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

Color convert

RGB14714134-
CMYK00.900.090.42
HSL305.86º82.61%31.57%-
HSV(B)305.86º90.48%57.65%-
XYZ16.498.2423.28-
YUV67.45165.56184.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 14 (5.86% from 255) = 4.75%
BLUE value IS 134 (52.73% from 255) = 45.42%
R=49.83%
G=4.75%
B=45.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471413400.900.090.42305.8682.6131.57
Hex93E8605A92A1325320
Octal223162060132115246212340
Binary100100111110100001100101101010011010101001100101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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