Html Css Color HEX #801893 Dark Magenta

📋 copy color: '#801893'

red 128 ◦ green 24 ◦ blue 147

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

Shades of Dark Magenta #801893

Tints of Dark Magenta #801893

RGB

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

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

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

R = 42.81%
G = 8.03%
B = 49.16%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#801893 (or 0x801893) is known color: Dark Magenta. HEX triplet: 80, 18 and 93. RGB value is (128,24,147). Sum of RGB (Red+Green+Blue) = 128+24+147=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #801893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801893 is #7FE76C. Grayscale: #444444. Windows color (decimal): -8382317 or 9640064. OLE color: 9640064.

HSL color Cylindrical-coordinate representation of color #801893: hue angle of 290.73º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801893 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 24 147 -
CMYK 0.13 0.84 0 0.42
HSL 290.73º 0.72% 0.34% -
HSV(B) 290.73º 0.84% 0.58% -
XYZ 14.5 7.35 28.26 -
YUV 69.12 171.96 170 -
System Red Green Blue C M Y K H S L
Decimal 128 24 147 0.13 0.84 0 0.42 290.73 0.72 0.34
Hex 80 18 93 D 54 0 2A 123 48 22
Octal 200 30 223 15 124 0 52 443 110 42
Binary 10000000 11000 10010011 1101 1010100 0 101010 100100011 1001000 100010

Color Harmonies of #801893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801893

Black with #801893

Text Example


Text Example

White with #801893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801893; }

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

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

background-color css

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

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

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

border-color css

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

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

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