Html Css Color HEX #990FAA Dark Magenta

📋 copy color: '#990FAA'

red 153 ◦ green 15 ◦ blue 170

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

Shades of Dark Magenta #990FAA

Tints of Dark Magenta #990FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 45.27%
G = 4.44%
B = 50.3%

CMYK

 C value IS 0.1

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#990FAA (or 0x990FAA) is known color: Dark Magenta. HEX triplet: 99, 0F and AA. RGB value is (153,15,170). Sum of RGB (Red+Green+Blue) = 153+15+170=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #990FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990FAA is #66F055. Grayscale: #494949. Windows color (decimal): -6746198 or 11145113. OLE color: 11145113.

HSL color Cylindrical-coordinate representation of color #990FAA: hue angle of 293.42º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990FAA is Cyan = 0.1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 15 170 -
CMYK 0.1 0.91 0 0.33
HSL 293.42º 0.84% 0.36% -
HSV(B) 293.42º 0.91% 0.67% -
XYZ 20.56 10.02 38.88 -
YUV 73.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 153 15 170 0.1 0.91 0 0.33 293.42 0.84 0.36
Hex 99 F AA A 5B 0 21 125 54 24
Octal 231 17 252 12 133 0 41 445 124 44
Binary 10011001 1111 10101010 1010 1011011 0 100001 100100101 1010100 100100

Color Harmonies of #990FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FAA

Black with #990FAA

Text Example


Text Example

White with #990FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,15,170); }

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

background-color css

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

 a { background-color: rgb(153,15,170); }

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

border-color css

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

 span { border-color: rgb(153,15,170); }

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