Html Css Color HEX #991E96 Dark Magenta

📋 copy color: '#991E96'

red 153 ◦ green 30 ◦ blue 150

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

Shades of Dark Magenta #991E96

Tints of Dark Magenta #991E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.05%

R = 45.95%
G = 9.01%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#991E96 (or 0x991E96) is known color: Dark Magenta. HEX triplet: 99, 1E and 96. RGB value is (153,30,150). Sum of RGB (Red+Green+Blue) = 153+30+150=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #991E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E96 is #66E169. Grayscale: #505050. Windows color (decimal): -6742378 or 9838233. OLE color: 9838233.

HSL color Cylindrical-coordinate representation of color #991E96: hue angle of 301.46º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E96 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 30 150 -
CMYK 0 0.80 0.02 0.4
HSL 301.46º 0.67% 0.36% -
HSV(B) 301.46º 0.8% 0.6% -
XYZ 19.11 9.9 29.76 -
YUV 80.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 153 30 150 0 0.80 0.02 0.4 301.46 0.67 0.36
Hex 99 1E 96 0 50 2 28 12D 43 24
Octal 231 36 226 0 120 2 50 455 103 44
Binary 10011001 11110 10010110 0 1010000 10 101000 100101101 1000011 100100

Color Harmonies of #991E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991E96

Black with #991E96

Text Example


Text Example

White with #991E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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