Html Css Color HEX #801491 Dark Magenta

📋 copy color: '#801491'

red 128 ◦ green 20 ◦ blue 145

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

Shades of Dark Magenta #801491

Tints of Dark Magenta #801491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

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

R = 43.69%
G = 6.83%
B = 49.49%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#801491 (or 0x801491) is known color: Dark Magenta. HEX triplet: 80, 14 and 91. RGB value is (128,20,145). Sum of RGB (Red+Green+Blue) = 128+20+145=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #801491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801491 is #7FEB6E. Grayscale: #424242. Windows color (decimal): -8383343 or 9507968. OLE color: 9507968.

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

Color convert

RGB 128 20 145 -
CMYK 0.12 0.86 0 0.43
HSL 291.84º 0.76% 0.32% -
HSV(B) 291.84º 0.86% 0.57% -
XYZ 14.26 7.13 27.41 -
YUV 66.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 128 20 145 0.12 0.86 0 0.43 291.84 0.76 0.32
Hex 80 14 91 C 56 0 2B 124 4C 20
Octal 200 24 221 14 126 0 53 444 114 40
Binary 10000000 10100 10010001 1100 1010110 0 101011 100100100 1001100 100000

Color Harmonies of #801491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801491

Black with #801491

Text Example


Text Example

White with #801491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801491; }

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

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

background-color css

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

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

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

border-color css

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

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

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