Html Css Color HEX #990EAC Dark Magenta

📋 copy color: '#990EAC'

red 153 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #990EAC

Tints of Dark Magenta #990EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 45.13%
G = 4.13%
B = 50.74%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#990EAC (or 0x990EAC) is known color: Dark Magenta. HEX triplet: 99, 0E and AC. RGB value is (153,14,172). Sum of RGB (Red+Green+Blue) = 153+14+172=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #990EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990EAC is #66F153. Grayscale: #494949. Windows color (decimal): -6746452 or 11275929. OLE color: 11275929.

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

Color convert

RGB 153 14 172 -
CMYK 0.11 0.92 0 0.33
HSL 292.78º 0.85% 0.36% -
HSV(B) 292.78º 0.92% 0.67% -
XYZ 20.74 10.06 39.88 -
YUV 73.57 183.55 184.65 -
System Red Green Blue C M Y K H S L
Decimal 153 14 172 0.11 0.92 0 0.33 292.78 0.85 0.36
Hex 99 E AC B 5C 0 21 125 55 24
Octal 231 16 254 13 134 0 41 445 125 44
Binary 10011001 1110 10101100 1011 1011100 0 100001 100100101 1010101 100100

Color Harmonies of #990EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990EAC

Black with #990EAC

Text Example


Text Example

White with #990EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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