Html Css Color HEX #990FAD Dark Magenta

📋 copy color: '#990FAD'

red 153 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #990FAD

Tints of Dark Magenta #990FAD

RGB

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

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

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

R = 44.87%
G = 4.4%
B = 50.73%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#990FAD (or 0x990FAD) is known color: Dark Magenta. HEX triplet: 99, 0F and AD. RGB value is (153,15,173). Sum of RGB (Red+Green+Blue) = 153+15+173=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #990FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990FAD is #66F052. Grayscale: #494949. Windows color (decimal): -6746195 or 11341721. OLE color: 11341721.

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

Color convert

RGB 153 15 173 -
CMYK 0.12 0.91 0 0.32
HSL 292.41º 0.84% 0.37% -
HSV(B) 292.41º 0.91% 0.68% -
XYZ 20.85 10.13 40.39 -
YUV 74.27 183.72 184.15 -
System Red Green Blue C M Y K H S L
Decimal 153 15 173 0.12 0.91 0 0.32 292.41 0.84 0.37
Hex 99 F AD C 5B 0 20 124 54 25
Octal 231 17 255 14 133 0 40 444 124 45
Binary 10011001 1111 10101101 1100 1011011 0 100000 100100100 1010100 100101

Color Harmonies of #990FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990FAD

Black with #990FAD

Text Example


Text Example

White with #990FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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