Html Css Color HEX #800DAA Dark Magenta

📋 copy color: '#800DAA'

red 128 ◦ green 13 ◦ blue 170

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

Shades of Dark Magenta #800DAA

Tints of Dark Magenta #800DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.18%

 BLUE value IS 170 (66.8% from 255) = 54.66%

R = 41.16%
G = 4.18%
B = 54.66%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#800DAA (or 0x800DAA) is known color: Dark Magenta. HEX triplet: 80, 0D and AA. RGB value is (128,13,170). Sum of RGB (Red+Green+Blue) = 128+13+170=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #800DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800DAA is #7FF255. Grayscale: #404040. Windows color (decimal): -8385110 or 11144576. OLE color: 11144576.

HSL color Cylindrical-coordinate representation of color #800DAA: hue angle of 283.95º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800DAA is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 13 170 -
CMYK 0.25 0.92 0 0.33
HSL 283.95º 0.86% 0.36% -
HSV(B) 283.95º 0.92% 0.67% -
XYZ 16.3 7.78 38.67 -
YUV 65.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 128 13 170 0.25 0.92 0 0.33 283.95 0.86 0.36
Hex 80 D AA 19 5C 0 21 11C 56 24
Octal 200 15 252 31 134 0 41 434 126 44
Binary 10000000 1101 10101010 11001 1011100 0 100001 100011100 1010110 100100

Color Harmonies of #800DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800DAA

Black with #800DAA

Text Example


Text Example

White with #800DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800DAA; }

 p { color: rgb(128,13,170); }

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

background-color css

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

 a { background-color: rgb(128,13,170); }

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

border-color css

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

 span { border-color: rgb(128,13,170); }

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