Html Css Color HEX #801090 Dark Magenta

📋 copy color: '#801090'

red 128 ◦ green 16 ◦ blue 144

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

Shades of Dark Magenta #801090

Tints of Dark Magenta #801090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

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

R = 44.44%
G = 5.56%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#801090 (or 0x801090) is known color: Dark Magenta. HEX triplet: 80, 10 and 90. RGB value is (128,16,144). Sum of RGB (Red+Green+Blue) = 128+16+144=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #801090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801090 is #7FEF6F. Grayscale: #3F3F3F. Windows color (decimal): -8384368 or 9441408. OLE color: 9441408.

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

Color convert

RGB 128 16 144 -
CMYK 0.11 0.89 0 0.44
HSL 292.5º 0.8% 0.31% -
HSV(B) 292.5º 0.89% 0.56% -
XYZ 14.12 6.97 26.99 -
YUV 64.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 128 16 144 0.11 0.89 0 0.44 292.5 0.8 0.31
Hex 80 10 90 B 59 0 2C 124 50 1F
Octal 200 20 220 13 131 0 54 444 120 37
Binary 10000000 10000 10010000 1011 1011001 0 101100 100100100 1010000 11111

Color Harmonies of #801090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801090

Black with #801090

Text Example


Text Example

White with #801090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801090; }

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

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

background-color css

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

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

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

border-color css

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

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

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