Html Css Color HEX #800A8D Dark Magenta

📋 copy color: '#800A8D'

red 128 ◦ green 10 ◦ blue 141

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

Shades of Dark Magenta #800A8D

Tints of Dark Magenta #800A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.54%

R = 45.88%
G = 3.58%
B = 50.54%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#800A8D (or 0x800A8D) is known color: Dark Magenta. HEX triplet: 80, 0A and 8D. RGB value is (128,10,141). Sum of RGB (Red+Green+Blue) = 128+10+141=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #800A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800A8D is #7FF572. Grayscale: #3B3B3B. Windows color (decimal): -8385907 or 9243264. OLE color: 9243264.

HSL color Cylindrical-coordinate representation of color #800A8D: hue angle of 294.05º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800A8D is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 10 141 -
CMYK 0.09 0.93 0 0.45
HSL 294.05º 0.87% 0.3% -
HSV(B) 294.05º 0.93% 0.55% -
XYZ 13.82 6.73 25.77 -
YUV 60.22 173.59 176.35 -
System Red Green Blue C M Y K H S L
Decimal 128 10 141 0.09 0.93 0 0.45 294.05 0.87 0.3
Hex 80 A 8D 9 5D 0 2D 126 57 1E
Octal 200 12 215 11 135 0 55 446 127 36
Binary 10000000 1010 10001101 1001 1011101 0 101101 100100110 1010111 11110

Color Harmonies of #800A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800A8D

Black with #800A8D

Text Example


Text Example

White with #800A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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