Html Css Color HEX #990B87 Dark Magenta

📋 copy color: '#990B87'

red 153 ◦ green 11 ◦ blue 135

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

Shades of Dark Magenta #990B87

Tints of Dark Magenta #990B87

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.68%

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

R = 51.17%
G = 3.68%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#990B87 (or 0x990B87) is known color: Dark Magenta. HEX triplet: 99, 0B and 87. RGB value is (153,11,135). Sum of RGB (Red+Green+Blue) = 153+11+135=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #990B87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990B87 is #66F478. Grayscale: #434343. Windows color (decimal): -6747257 or 8850329. OLE color: 8850329.

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

Color convert

RGB 153 11 135 -
CMYK 0 0.93 0.12 0.4
HSL 307.61º 0.87% 0.32% -
HSV(B) 307.61º 0.93% 0.6% -
XYZ 17.63 8.76 23.68 -
YUV 67.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 153 11 135 0 0.93 0.12 0.4 307.61 0.87 0.32
Hex 99 B 87 0 5D C 28 134 57 20
Octal 231 13 207 0 135 14 50 464 127 40
Binary 10011001 1011 10000111 0 1011101 1100 101000 100110100 1010111 100000

Color Harmonies of #990B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B87

Black with #990B87

Text Example


Text Example

White with #990B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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