Html Css Color HEX #800299 Dark Magenta

📋 copy color: '#800299'

red 128 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #800299

Tints of Dark Magenta #800299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 45.23%
G = 0.71%
B = 54.06%

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

#800299 (or 0x800299) is known color: Dark Magenta. HEX triplet: 80, 02 and 99. RGB value is (128,2,153). Sum of RGB (Red+Green+Blue) = 128+2+153=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #800299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800299 is #7FFD66. Grayscale: #383838. Windows color (decimal): -8387943 or 10027648. OLE color: 10027648.

HSL color Cylindrical-coordinate representation of color #800299: hue angle of 290.07º degrees, saturation: 0.97, 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 #800299 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 2 153 -
CMYK 0.16 0.99 0 0.4
HSL 290.07º 0.97% 0.3% -
HSV(B) 290.07º 0.99% 0.6% -
XYZ 14.67 6.93 30.7 -
YUV 56.89 182.24 178.72 -
System Red Green Blue C M Y K H S L
Decimal 128 2 153 0.16 0.99 0 0.4 290.07 0.97 0.3
Hex 80 2 99 10 63 0 28 122 61 1E
Octal 200 2 231 20 143 0 50 442 141 36
Binary 10000000 10 10011001 10000 1100011 0 101000 100100010 1100001 11110

Color Harmonies of #800299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800299

Black with #800299

Text Example


Text Example

White with #800299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800299; }

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

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

background-color css

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

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

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

border-color css

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

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

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