Html Css Color HEX #990780 Dark Magenta

📋 copy color: '#990780'

red 153 ◦ green 7 ◦ blue 128

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

Shades of Dark Magenta #990780

Tints of Dark Magenta #990780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.43%

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

R = 53.13%
G = 2.43%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#990780 (or 0x990780) is known color: Dark Magenta. HEX triplet: 99, 07 and 80. RGB value is (153,7,128). Sum of RGB (Red+Green+Blue) = 153+7+128=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #990780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990780 is #66F87F. Grayscale: #404040. Windows color (decimal): -6748288 or 8390553. OLE color: 8390553.

HSL color Cylindrical-coordinate representation of color #990780: hue angle of 310.27º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990780 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 7 128 -
CMYK 0 0.95 0.16 0.4
HSL 310.27º 0.91% 0.31% -
HSV(B) 310.27º 0.95% 0.6% -
XYZ 17.11 8.48 21.16 -
YUV 64.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 153 7 128 0 0.95 0.16 0.4 310.27 0.91 0.31
Hex 99 7 80 0 5F 10 28 136 5B 1F
Octal 231 7 200 0 137 20 50 466 133 37
Binary 10011001 111 10000000 0 1011111 10000 101000 100110110 1011011 11111

Color Harmonies of #990780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990780

Black with #990780

Text Example


Text Example

White with #990780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990780; }

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

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

background-color css

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

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

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

border-color css

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

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

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