Html Css Color HEX #800AA0 Dark Magenta

📋 copy color: '#800AA0'

red 128 ◦ green 10 ◦ blue 160

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

Shades of Dark Magenta #800AA0

Tints of Dark Magenta #800AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.36%

 BLUE value IS 160 (62.89% from 255) = 53.69%

R = 42.95%
G = 3.36%
B = 53.69%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#800AA0 (or 0x800AA0) is known color: Dark Magenta. HEX triplet: 80, 0A and A0. RGB value is (128,10,160). Sum of RGB (Red+Green+Blue) = 128+10+160=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #800AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800AA0 is #7FF55F. Grayscale: #3D3D3D. Windows color (decimal): -8385888 or 10488448. OLE color: 10488448.

HSL color Cylindrical-coordinate representation of color #800AA0: hue angle of 287.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800AA0 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 10 160 -
CMYK 0.20 0.94 0 0.37
HSL 287.2º 0.88% 0.33% -
HSV(B) 287.2º 0.94% 0.63% -
XYZ 15.36 7.34 33.87 -
YUV 62.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 128 10 160 0.20 0.94 0 0.37 287.2 0.88 0.33
Hex 80 A A0 14 5E 0 25 11F 58 21
Octal 200 12 240 24 136 0 45 437 130 41
Binary 10000000 1010 10100000 10100 1011110 0 100101 100011111 1011000 100001

Color Harmonies of #800AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800AA0

Black with #800AA0

Text Example


Text Example

White with #800AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,10,160); }

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

background-color css

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

 a { background-color: rgb(128,10,160); }

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

border-color css

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

 span { border-color: rgb(128,10,160); }

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