#990D88

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

Shades of Dark Magenta #990D88

Tints of Dark Magenta #990D88

Color information

#990D88 (or 0x990D88) is unknown color: approx Dark Magenta. HEX triplet: 99, 0D and 88. RGB value is (153,13,136). Sum of RGB (Red+Green+Blue) = 153+13+136=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #990D88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990D88 is #66F277. Grayscale: #444444. Windows color (decimal): -6746744 or 8916377. OLE color: 8916377.

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

Color convert

RGB15313136-
CMYK00.920.110.4
HSL307.29º84.34%32.55%-
HSV(B)307.29º91.5%60%-
XYZ17.728.8424.06-
YUV68.88165.88188-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 13 (5.47% from 255) = 4.30%
BLUE value IS 136 (53.52% from 255) = 45.03%
R=50.66%
G=4.30%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531313600.920.110.4307.2984.3432.55
Hex99D8805CB281335421
Octal231152100134135046312441
Binary100110011101100010000101110010111010001001100111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,13,136); }

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

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

 a { background-color: rgb(153,13,136); }

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

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

 span { border-color: rgb(153,13,136); }

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