Html Css Color HEX #801990 Dark Magenta

📋 copy color: '#801990'

red 128 ◦ green 25 ◦ blue 144

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

Shades of Dark Magenta #801990

Tints of Dark Magenta #801990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

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

R = 43.1%
G = 8.42%
B = 48.48%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#801990 (or 0x801990) is known color: Dark Magenta. HEX triplet: 80, 19 and 90. RGB value is (128,25,144). Sum of RGB (Red+Green+Blue) = 128+25+144=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #801990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801990 is #7FE66F. Grayscale: #444444. Windows color (decimal): -8382064 or 9443712. OLE color: 9443712.

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

Color convert

RGB 128 25 144 -
CMYK 0.11 0.83 0 0.44
HSL 291.93º 0.7% 0.33% -
HSV(B) 291.93º 0.83% 0.56% -
XYZ 14.28 7.3 27.04 -
YUV 69.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 128 25 144 0.11 0.83 0 0.44 291.93 0.7 0.33
Hex 80 19 90 B 53 0 2C 124 46 21
Octal 200 31 220 13 123 0 54 444 106 41
Binary 10000000 11001 10010000 1011 1010011 0 101100 100100100 1000110 100001

Color Harmonies of #801990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801990

Black with #801990

Text Example


Text Example

White with #801990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801990; }

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

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

background-color css

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

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

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

border-color css

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

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

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