Html Css Color HEX #990AAD Dark Magenta

📋 copy color: '#990AAD'

red 153 ◦ green 10 ◦ blue 173

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

Shades of Dark Magenta #990AAD

Tints of Dark Magenta #990AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.98%

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 45.54%
G = 2.98%
B = 51.49%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#990AAD (or 0x990AAD) is known color: Dark Magenta. HEX triplet: 99, 0A and AD. RGB value is (153,10,173). Sum of RGB (Red+Green+Blue) = 153+10+173=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #990AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990AAD is #66F552. Grayscale: #464646. Windows color (decimal): -6747475 or 11340441. OLE color: 11340441.

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

Color convert

RGB 153 10 173 -
CMYK 0.12 0.94 0 0.32
HSL 292.64º 0.89% 0.36% -
HSV(B) 292.64º 0.94% 0.68% -
XYZ 20.79 10.01 40.37 -
YUV 71.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 153 10 173 0.12 0.94 0 0.32 292.64 0.89 0.36
Hex 99 A AD C 5E 0 20 125 59 24
Octal 231 12 255 14 136 0 40 445 131 44
Binary 10011001 1010 10101101 1100 1011110 0 100000 100100101 1011001 100100

Color Harmonies of #990AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990AAD

Black with #990AAD

Text Example


Text Example

White with #990AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,10,173); }

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

background-color css

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

 a { background-color: rgb(153,10,173); }

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

border-color css

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

 span { border-color: rgb(153,10,173); }

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