Html Css Color HEX #801890 Dark Magenta

📋 copy color: '#801890'

red 128 ◦ green 24 ◦ blue 144

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

Shades of Dark Magenta #801890

Tints of Dark Magenta #801890

RGB

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

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

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

R = 43.24%
G = 8.11%
B = 48.65%

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

#801890 (or 0x801890) is known color: Dark Magenta. HEX triplet: 80, 18 and 90. RGB value is (128,24,144). Sum of RGB (Red+Green+Blue) = 128+24+144=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #801890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801890 is #7FE76F. Grayscale: #444444. Windows color (decimal): -8382320 or 9443456. OLE color: 9443456.

HSL color Cylindrical-coordinate representation of color #801890: hue angle of 292º degrees, saturation: 0.71, 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 #801890 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 24 144 -
CMYK 0.11 0.83 0 0.44
HSL 292º 0.71% 0.33% -
HSV(B) 292º 0.83% 0.56% -
XYZ 14.26 7.26 27.03 -
YUV 68.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 128 24 144 0.11 0.83 0 0.44 292 0.71 0.33
Hex 80 18 90 B 53 0 2C 124 47 21
Octal 200 30 220 13 123 0 54 444 107 41
Binary 10000000 11000 10010000 1011 1010011 0 101100 100100100 1000111 100001

Color Harmonies of #801890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801890

Black with #801890

Text Example


Text Example

White with #801890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801890; }

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

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

background-color css

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

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

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

border-color css

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

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

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