Html Css Color HEX #990EAD Dark Magenta

📋 copy color: '#990EAD'

red 153 ◦ green 14 ◦ blue 173

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

Shades of Dark Magenta #990EAD

Tints of Dark Magenta #990EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.12%

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

R = 45%
G = 4.12%
B = 50.88%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#990EAD (or 0x990EAD) is known color: Dark Magenta. HEX triplet: 99, 0E and AD. RGB value is (153,14,173). Sum of RGB (Red+Green+Blue) = 153+14+173=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #990EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990EAD is #66F152. Grayscale: #494949. Windows color (decimal): -6746451 or 11341465. OLE color: 11341465.

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

Color convert

RGB 153 14 173 -
CMYK 0.12 0.92 0 0.32
HSL 292.45º 0.85% 0.37% -
HSV(B) 292.45º 0.92% 0.68% -
XYZ 20.84 10.1 40.39 -
YUV 73.69 184.05 184.57 -
System Red Green Blue C M Y K H S L
Decimal 153 14 173 0.12 0.92 0 0.32 292.45 0.85 0.37
Hex 99 E AD C 5C 0 20 124 55 25
Octal 231 16 255 14 134 0 40 444 125 45
Binary 10011001 1110 10101101 1100 1011100 0 100000 100100100 1010101 100101

Color Harmonies of #990EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990EAD

Black with #990EAD

Text Example


Text Example

White with #990EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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