#990EAB

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

Shades of Dark Magenta #990EAB

Tints of Dark Magenta #990EAB

Color information

#990EAB (or 0x990EAB) is unknown color: approx Dark Magenta. HEX triplet: 99, 0E and AB. RGB value is (153,14,171). Sum of RGB (Red+Green+Blue) = 153+14+171=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #990EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990EAB is #66F154. Grayscale: #484848. Windows color (decimal): -6746453 or 11210393. OLE color: 11210393.

HSL color Cylindrical-coordinate representation of color #990EAB: hue angle of 293.12º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990EAB is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15314171-
CMYK0.110.9200.33
HSL293.12º84.86%36.27%-
HSV(B)293.12º91.81%67.06%-
XYZ20.6410.0339.38-
YUV73.46183.05184.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 14 (5.86% from 255) = 4.14%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=45.27%
G=4.14%
B=50.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153141710.110.9200.33293.1284.8636.27
Hex99EABB5C0211255524
Octal231162531313404144512544
Binary100110011110101010111011101110001000011001001011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990EAB; }

 p { color: rgb(153,14,171); }

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

<style>
 a { background-color: #990EAB; }

 a { background-color: rgb(153,14,171); }

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

<style>
 span { border-color: #990EAB; }

 span { border-color: rgb(153,14,171); }

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