Html Css Color HEX #801490 Dark Magenta

📋 copy color: '#801490'

red 128 ◦ green 20 ◦ blue 144

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

Shades of Dark Magenta #801490

Tints of Dark Magenta #801490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.32%

R = 43.84%
G = 6.85%
B = 49.32%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#801490 (or 0x801490) is known color: Dark Magenta. HEX triplet: 80, 14 and 90. RGB value is (128,20,144). Sum of RGB (Red+Green+Blue) = 128+20+144=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #801490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801490 is #7FEB6F. Grayscale: #424242. Windows color (decimal): -8383344 or 9442432. OLE color: 9442432.

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

Color convert

RGB 128 20 144 -
CMYK 0.11 0.86 0 0.44
HSL 292.26º 0.76% 0.32% -
HSV(B) 292.26º 0.86% 0.56% -
XYZ 14.19 7.1 27.01 -
YUV 66.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 128 20 144 0.11 0.86 0 0.44 292.26 0.76 0.32
Hex 80 14 90 B 56 0 2C 124 4C 20
Octal 200 24 220 13 126 0 54 444 114 40
Binary 10000000 10100 10010000 1011 1010110 0 101100 100100100 1001100 100000

Color Harmonies of #801490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801490

Black with #801490

Text Example


Text Example

White with #801490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801490; }

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

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

background-color css

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

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

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

border-color css

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

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

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