Html Css Color HEX #990987 Dark Magenta

📋 copy color: '#990987'

red 153 ◦ green 9 ◦ blue 135

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

Shades of Dark Magenta #990987

Tints of Dark Magenta #990987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.03%

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

R = 51.52%
G = 3.03%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#990987 (or 0x990987) is known color: Dark Magenta. HEX triplet: 99, 09 and 87. RGB value is (153,9,135). Sum of RGB (Red+Green+Blue) = 153+9+135=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #990987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990987 is #66F678. Grayscale: #424242. Windows color (decimal): -6747769 or 8849817. OLE color: 8849817.

HSL color Cylindrical-coordinate representation of color #990987: hue angle of 307.5º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990987 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 135 -
CMYK 0 0.94 0.12 0.4
HSL 307.5º 0.89% 0.32% -
HSV(B) 307.5º 0.94% 0.6% -
XYZ 17.61 8.72 23.68 -
YUV 66.42 166.71 189.75 -
System Red Green Blue C M Y K H S L
Decimal 153 9 135 0 0.94 0.12 0.4 307.5 0.89 0.32
Hex 99 9 87 0 5E C 28 134 59 20
Octal 231 11 207 0 136 14 50 464 131 40
Binary 10011001 1001 10000111 0 1011110 1100 101000 100110100 1011001 100000

Color Harmonies of #990987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990987

Black with #990987

Text Example


Text Example

White with #990987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990987; }

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

 H1.HeaderClassName
 {
   color: #990987;
 }
 .AnyTagClassName
 {
   color: #990987;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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