Html Css Color HEX #801099 Dark Magenta

📋 copy color: '#801099'

red 128 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #801099

Tints of Dark Magenta #801099

RGB

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

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

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

R = 43.1%
G = 5.39%
B = 51.52%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#801099 (or 0x801099) is known color: Dark Magenta. HEX triplet: 80, 10 and 99. RGB value is (128,16,153). Sum of RGB (Red+Green+Blue) = 128+16+153=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #801099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801099 is #7FEF66. Grayscale: #404040. Windows color (decimal): -8384359 or 10031232. OLE color: 10031232.

HSL color Cylindrical-coordinate representation of color #801099: hue angle of 289.05º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #801099 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 16 153 -
CMYK 0.16 0.90 0 0.4
HSL 289.05º 0.81% 0.33% -
HSV(B) 289.05º 0.9% 0.6% -
XYZ 14.84 7.26 30.76 -
YUV 65.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 128 16 153 0.16 0.90 0 0.4 289.05 0.81 0.33
Hex 80 10 99 10 5A 0 28 121 51 21
Octal 200 20 231 20 132 0 50 441 121 41
Binary 10000000 10000 10011001 10000 1011010 0 101000 100100001 1010001 100001

Color Harmonies of #801099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801099

Black with #801099

Text Example


Text Example

White with #801099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801099; }

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

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

background-color css

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

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

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

border-color css

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

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

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