Html Css Color HEX #990AAE Dark Magenta

📋 copy color: '#990AAE'

red 153 ◦ green 10 ◦ blue 174

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

Shades of Dark Magenta #990AAE

Tints of Dark Magenta #990AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 45.4%
G = 2.97%
B = 51.63%

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

#990AAE (or 0x990AAE) is known color: Dark Magenta. HEX triplet: 99, 0A and AE. RGB value is (153,10,174). Sum of RGB (Red+Green+Blue) = 153+10+174=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #990AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990AAE is #66F551. Grayscale: #464646. Windows color (decimal): -6747474 or 11405977. OLE color: 11405977.

HSL color Cylindrical-coordinate representation of color #990AAE: hue angle of 292.32º 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 #990AAE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 10 174 -
CMYK 0.12 0.94 0 0.32
HSL 292.32º 0.89% 0.36% -
HSV(B) 292.32º 0.94% 0.68% -
XYZ 20.89 10.05 40.88 -
YUV 71.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 153 10 174 0.12 0.94 0 0.32 292.32 0.89 0.36
Hex 99 A AE C 5E 0 20 124 59 24
Octal 231 12 256 14 136 0 40 444 131 44
Binary 10011001 1010 10101110 1100 1011110 0 100000 100100100 1011001 100100

Color Harmonies of #990AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990AAE

Black with #990AAE

Text Example


Text Example

White with #990AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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