Html Css Color HEX #801699 Dark Magenta

📋 copy color: '#801699'

red 128 ◦ green 22 ◦ blue 153

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

Shades of Dark Magenta #801699

Tints of Dark Magenta #801699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.26%

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 42.24%
G = 7.26%
B = 50.5%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#801699 (or 0x801699) is known color: Dark Magenta. HEX triplet: 80, 16 and 99. RGB value is (128,22,153). Sum of RGB (Red+Green+Blue) = 128+22+153=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #801699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801699 is #7FE966. Grayscale: #444444. Windows color (decimal): -8382823 or 10032768. OLE color: 10032768.

HSL color Cylindrical-coordinate representation of color #801699: hue angle of 288.55º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801699 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 22 153 -
CMYK 0.16 0.86 0 0.4
HSL 288.55º 0.75% 0.34% -
HSV(B) 288.55º 0.86% 0.6% -
XYZ 14.94 7.46 30.79 -
YUV 68.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 128 22 153 0.16 0.86 0 0.4 288.55 0.75 0.34
Hex 80 16 99 10 56 0 28 121 4B 22
Octal 200 26 231 20 126 0 50 441 113 42
Binary 10000000 10110 10011001 10000 1010110 0 101000 100100001 1001011 100010

Color Harmonies of #801699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801699

Black with #801699

Text Example


Text Example

White with #801699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801699; }

 p { color: rgb(128,22,153); }

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

background-color css

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

 a { background-color: rgb(128,22,153); }

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

border-color css

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

 span { border-color: rgb(128,22,153); }

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