Html Css Color HEX #991EA2 Dark Magenta

📋 copy color: '#991EA2'

red 153 ◦ green 30 ◦ blue 162

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

Shades of Dark Magenta #991EA2

Tints of Dark Magenta #991EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.7%

 BLUE value IS 162 (63.67% from 255) = 46.96%

R = 44.35%
G = 8.7%
B = 46.96%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#991EA2 (or 0x991EA2) is known color: Dark Magenta. HEX triplet: 99, 1E and A2. RGB value is (153,30,162). Sum of RGB (Red+Green+Blue) = 153+30+162=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 162 - color contains mainly: blue. Hex color #991EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991EA2 is #66E15D. Grayscale: #515151. Windows color (decimal): -6742366 or 10624665. OLE color: 10624665.

HSL color Cylindrical-coordinate representation of color #991EA2: hue angle of 295.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991EA2 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 30 162 -
CMYK 0.06 0.81 0 0.36
HSL 295.91º 0.69% 0.38% -
HSV(B) 295.91º 0.81% 0.64% -
XYZ 20.12 10.31 35.11 -
YUV 81.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 153 30 162 0.06 0.81 0 0.36 295.91 0.69 0.38
Hex 99 1E A2 6 51 0 24 128 45 26
Octal 231 36 242 6 121 0 44 450 105 46
Binary 10011001 11110 10100010 110 1010001 0 100100 100101000 1000101 100110

Color Harmonies of #991EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991EA2

Black with #991EA2

Text Example


Text Example

White with #991EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991EA2; }

 p { color: rgb(153,30,162); }

 H1.HeaderClassName
 {
   color: #991EA2;
 }
 .AnyTagClassName
 {
   color: #991EA2;
 }
</style>

background-color css

<style>
 a { background-color: #991EA2; }

 a { background-color: rgb(153,30,162); }

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

border-color css

<style>
 span { border-color: #991EA2; }

 span { border-color: rgb(153,30,162); }

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