Html Css Color HEX #990087 Dark Magenta

📋 copy color: '#990087'

red 153 ◦ green 0 ◦ blue 135

#990087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #990087

Tints of Dark Magenta #990087

RGB

 RED value IS 153 (60.16% from 255) = 53.13%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 135 (53.13% from 255) = 46.88%

R = 53.13%
G = 0%
B = 46.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#990087 (or 0x990087) is known color: 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

RGB 153 0 135 -
CMYK 0 1 0.12 0.4
HSL 307.06º 1% 0.3% -
HSV(B) 307.06º 1% 0.6% -
XYZ 17.51 8.52 23.64 -
YUV 61.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 153 0 135 0 1 0.12 0.4 307.06 1 0.3
Hex 99 0 87 0 64 C 28 133 64 1E
Octal 231 0 207 0 144 14 50 463 144 36
Binary 10011001 0 10000111 0 1100100 1100 101000 100110011 1100100 11110

Color Harmonies of #990087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990087

Black with #990087

Text Example


Text Example

White with #990087

Text Example


Text Example

HTML Codes & Css Web 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>