Html Css Color HEX #991793 Dark Magenta

📋 copy color: '#991793'

red 153 ◦ green 23 ◦ blue 147

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

Shades of Dark Magenta #991793

Tints of Dark Magenta #991793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.12%

 BLUE value IS 147 (57.81% from 255) = 45.51%

R = 47.37%
G = 7.12%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#991793 (or 0x991793) is known color: Dark Magenta. HEX triplet: 99, 17 and 93. RGB value is (153,23,147). Sum of RGB (Red+Green+Blue) = 153+23+147=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #991793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991793 is #66E86C. Grayscale: #4B4B4B. Windows color (decimal): -6744173 or 9639833. OLE color: 9639833.

HSL color Cylindrical-coordinate representation of color #991793: hue angle of 302.77º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991793 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 23 147 -
CMYK 0 0.85 0.04 0.4
HSL 302.77º 0.74% 0.35% -
HSV(B) 302.77º 0.85% 0.6% -
XYZ 18.71 9.49 28.45 -
YUV 76.01 168.07 182.92 -
System Red Green Blue C M Y K H S L
Decimal 153 23 147 0 0.85 0.04 0.4 302.77 0.74 0.35
Hex 99 17 93 0 55 4 28 12F 4A 23
Octal 231 27 223 0 125 4 50 457 112 43
Binary 10011001 10111 10010011 0 1010101 100 101000 100101111 1001010 100011

Color Harmonies of #991793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991793

Black with #991793

Text Example


Text Example

White with #991793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991793; }

 p { color: rgb(153,23,147); }

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

background-color css

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

 a { background-color: rgb(153,23,147); }

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

border-color css

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

 span { border-color: rgb(153,23,147); }

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