Html Css Color HEX #80018D Dark Magenta

📋 copy color: '#80018D'

red 128 ◦ green 1 ◦ blue 141

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

Shades of Dark Magenta #80018D

Tints of Dark Magenta #80018D

RGB

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

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

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

R = 47.41%
G = 0.37%
B = 52.22%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80018D (or 0x80018D) is known color: Dark Magenta. HEX triplet: 80, 01 and 8D. RGB value is (128,1,141). Sum of RGB (Red+Green+Blue) = 128+1+141=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #80018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80018D is #7FFE72. Grayscale: #363636. Windows color (decimal): -8388211 or 9240960. OLE color: 9240960.

HSL color Cylindrical-coordinate representation of color #80018D: hue angle of 294.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80018D is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 1 141 -
CMYK 0.09 0.99 0 0.45
HSL 294.43º 0.99% 0.28% -
HSV(B) 294.43º 0.99% 0.55% -
XYZ 13.72 6.53 25.74 -
YUV 54.93 176.58 180.12 -
System Red Green Blue C M Y K H S L
Decimal 128 1 141 0.09 0.99 0 0.45 294.43 0.99 0.28
Hex 80 1 8D 9 63 0 2D 126 63 1C
Octal 200 1 215 11 143 0 55 446 143 34
Binary 10000000 1 10001101 1001 1100011 0 101101 100100110 1100011 11100

Color Harmonies of #80018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80018D

Black with #80018D

Text Example


Text Example

White with #80018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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