#990081

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

Shades of Dark Magenta #990081

Tints of Dark Magenta #990081

Color information

#990081 (or 0x990081) is unknown color: approx Dark Magenta. HEX triplet: 99, 00 and 81. RGB value is (153,0,129). Sum of RGB (Red+Green+Blue) = 153+0+129=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #990081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990081 is #66FF7E. Grayscale: #3C3C3C. Windows color (decimal): -6750079 or 8454297. OLE color: 8454297.

HSL color Cylindrical-coordinate representation of color #990081: hue angle of 309.41º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990081 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB1530129-
CMYK010.160.4
HSL309.41º100%30%-
HSV(B)309.41º100%60%-
XYZ17.18.3621.48-
YUV60.45166.69194.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 45.74%
R=54.26%
G=0%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530129010.160.4309.4110030
Hex990810641028135641e
Octal23102010144205046514436
Binary100110010100000010110010010000101000100110101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990081; }

 p { color: rgb(153,0,129); }

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

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

 a { background-color: rgb(153,0,129); }

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

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

 span { border-color: rgb(153,0,129); }

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