Html Css Color HEX #990AAB Dark Magenta

📋 copy color: '#990AAB'

red 153 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #990AAB

Tints of Dark Magenta #990AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 45.81%
G = 2.99%
B = 51.2%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#990AAB (or 0x990AAB) is known color: Dark Magenta. HEX triplet: 99, 0A and AB. RGB value is (153,10,171). Sum of RGB (Red+Green+Blue) = 153+10+171=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #990AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990AAB is #66F554. Grayscale: #464646. Windows color (decimal): -6747477 or 11209369. OLE color: 11209369.

HSL color Cylindrical-coordinate representation of color #990AAB: hue angle of 293.29º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990AAB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 10 171 -
CMYK 0.11 0.94 0 0.33
HSL 293.29º 0.89% 0.35% -
HSV(B) 293.29º 0.94% 0.67% -
XYZ 20.6 9.93 39.36 -
YUV 71.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 153 10 171 0.11 0.94 0 0.33 293.29 0.89 0.35
Hex 99 A AB B 5E 0 21 125 59 23
Octal 231 12 253 13 136 0 41 445 131 43
Binary 10011001 1010 10101011 1011 1011110 0 100001 100100101 1011001 100011

Color Harmonies of #990AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990AAB

Black with #990AAB

Text Example


Text Example

White with #990AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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