#990087

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

Shades of Dark Magenta #990087

Tints of Dark Magenta #990087

Color information

#990087 (or 0x990087) is unknown color: approx Dark Magenta. HEX triplet: 99, 00 and 87. RGB value is (153,0,135). Sum of RGB (Red+Green+Blue) = 153+0+135=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #990087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990087 is #66FF78. Grayscale: #3C3C3C. Windows color (decimal): -6750073 or 8847513. OLE color: 8847513.

HSL color Cylindrical-coordinate representation of color #990087: hue angle of 307.06º 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 #990087 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB1530135-
CMYK010.120.4
HSL307.06º100%30%-
HSV(B)307.06º100%60%-
XYZ17.518.5223.64-
YUV61.14169.69193.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 46.88%
R=53.12%
G=0%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530135010.120.4307.0610030
Hex99087064C28133641e
Octal23102070144145046314436
Binary10011001010000111011001001100101000100110011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990087; }

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

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

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

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

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

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

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

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