Html Css Color HEX #801891 Dark Magenta

📋 copy color: '#801891'

red 128 ◦ green 24 ◦ blue 145

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

Shades of Dark Magenta #801891

Tints of Dark Magenta #801891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

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

R = 43.1%
G = 8.08%
B = 48.82%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#801891 (or 0x801891) is known color: Dark Magenta. HEX triplet: 80, 18 and 91. RGB value is (128,24,145). Sum of RGB (Red+Green+Blue) = 128+24+145=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #801891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801891 is #7FE76E. Grayscale: #444444. Windows color (decimal): -8382319 or 9508992. OLE color: 9508992.

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

Color convert

RGB 128 24 145 -
CMYK 0.12 0.83 0 0.43
HSL 291.57º 0.72% 0.33% -
HSV(B) 291.57º 0.83% 0.57% -
XYZ 14.34 7.29 27.44 -
YUV 68.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 128 24 145 0.12 0.83 0 0.43 291.57 0.72 0.33
Hex 80 18 91 C 53 0 2B 124 48 21
Octal 200 30 221 14 123 0 53 444 110 41
Binary 10000000 11000 10010001 1100 1010011 0 101011 100100100 1001000 100001

Color Harmonies of #801891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801891

Black with #801891

Text Example


Text Example

White with #801891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801891; }

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

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

background-color css

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

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

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

border-color css

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

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

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