Html Css Color HEX #801391 Dark Magenta

📋 copy color: '#801391'

red 128 ◦ green 19 ◦ blue 145

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

Shades of Dark Magenta #801391

Tints of Dark Magenta #801391

RGB

 RED value IS 128 (50.39% from 255) = 43.84%

 GREEN value IS 19 (7.81% from 255) = 6.51%

 BLUE value IS 145 (57.03% from 255) = 49.66%

R = 43.84%
G = 6.51%
B = 49.66%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#801391 (or 0x801391) is known color: Dark Magenta. HEX triplet: 80, 13 and 91. RGB value is (128,19,145). Sum of RGB (Red+Green+Blue) = 128+19+145=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #801391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801391 is #7FEC6E. Grayscale: #414141. Windows color (decimal): -8383599 or 9507712. OLE color: 9507712.

HSL color Cylindrical-coordinate representation of color #801391: hue angle of 291.9º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801391 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 19 145 -
CMYK 0.12 0.87 0 0.43
HSL 291.9º 0.77% 0.32% -
HSV(B) 291.9º 0.87% 0.57% -
XYZ 14.25 7.1 27.41 -
YUV 65.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 128 19 145 0.12 0.87 0 0.43 291.9 0.77 0.32
Hex 80 13 91 C 57 0 2B 124 4D 20
Octal 200 23 221 14 127 0 53 444 115 40
Binary 10000000 10011 10010001 1100 1010111 0 101011 100100100 1001101 100000

Color Harmonies of #801391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801391

Black with #801391

Text Example


Text Example

White with #801391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801391; }

 p { color: rgb(128,19,145); }

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

background-color css

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

 a { background-color: rgb(128,19,145); }

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

border-color css

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

 span { border-color: rgb(128,19,145); }

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