Html Css Color HEX #800199 Dark Magenta

📋 copy color: '#800199'

red 128 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #800199

Tints of Dark Magenta #800199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 45.39%
G = 0.35%
B = 54.26%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#800199 (or 0x800199) is known color: Dark Magenta. HEX triplet: 80, 01 and 99. RGB value is (128,1,153). Sum of RGB (Red+Green+Blue) = 128+1+153=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #800199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800199 is #7FFE66. Grayscale: #373737. Windows color (decimal): -8388199 or 10027392. OLE color: 10027392.

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

Color convert

RGB 128 1 153 -
CMYK 0.16 0.99 0 0.4
HSL 290.13º 0.99% 0.3% -
HSV(B) 290.13º 0.99% 0.6% -
XYZ 14.66 6.91 30.7 -
YUV 56.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 128 1 153 0.16 0.99 0 0.4 290.13 0.99 0.3
Hex 80 1 99 10 63 0 28 122 63 1E
Octal 200 1 231 20 143 0 50 442 143 36
Binary 10000000 1 10011001 10000 1100011 0 101000 100100010 1100011 11110

Color Harmonies of #800199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800199

Black with #800199

Text Example


Text Example

White with #800199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800199; }

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

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

background-color css

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

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

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

border-color css

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

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

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