Html Css Color HEX #990B80 Dark Magenta

📋 copy color: '#990B80'

red 153 ◦ green 11 ◦ blue 128

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

Shades of Dark Magenta #990B80

Tints of Dark Magenta #990B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.84%

R = 52.4%
G = 3.77%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#990B80 (or 0x990B80) is known color: Dark Magenta. HEX triplet: 99, 0B and 80. RGB value is (153,11,128). Sum of RGB (Red+Green+Blue) = 153+11+128=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #990B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990B80 is #66F47F. Grayscale: #424242. Windows color (decimal): -6747264 or 8391577. OLE color: 8391577.

HSL color Cylindrical-coordinate representation of color #990B80: hue angle of 310.56º 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 #990B80 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 11 128 -
CMYK 0 0.93 0.16 0.4
HSL 310.56º 0.87% 0.32% -
HSV(B) 310.56º 0.93% 0.6% -
XYZ 17.15 8.57 21.17 -
YUV 66.8 162.54 189.49 -
System Red Green Blue C M Y K H S L
Decimal 153 11 128 0 0.93 0.16 0.4 310.56 0.87 0.32
Hex 99 B 80 0 5D 10 28 137 57 20
Octal 231 13 200 0 135 20 50 467 127 40
Binary 10011001 1011 10000000 0 1011101 10000 101000 100110111 1010111 100000

Color Harmonies of #990B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B80

Black with #990B80

Text Example


Text Example

White with #990B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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