Html Css Color HEX #81118A Dark Magenta

📋 copy color: '#81118A'

red 129 ◦ green 17 ◦ blue 138

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

Shades of Dark Magenta #81118A

Tints of Dark Magenta #81118A

RGB

 RED value IS 129 (50.78% from 255) = 45.42%

 GREEN value IS 17 (7.03% from 255) = 5.99%

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 45.42%
G = 5.99%
B = 48.59%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#81118A (or 0x81118A) is known color: Dark Magenta. HEX triplet: 81, 11 and 8A. RGB value is (129,17,138). Sum of RGB (Red+Green+Blue) = 129+17+138=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #81118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81118A is #7EEE75. Grayscale: #3F3F3F. Windows color (decimal): -8318582 or 9048449. OLE color: 9048449.

HSL color Cylindrical-coordinate representation of color #81118A: hue angle of 295.54º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81118A is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 17 138 -
CMYK 0.07 0.88 0 0.46
HSL 295.54º 0.78% 0.3% -
HSV(B) 295.54º 0.88% 0.54% -
XYZ 13.84 6.9 24.65 -
YUV 64.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 129 17 138 0.07 0.88 0 0.46 295.54 0.78 0.3
Hex 81 11 8A 7 58 0 2E 128 4E 1E
Octal 201 21 212 7 130 0 56 450 116 36
Binary 10000001 10001 10001010 111 1011000 0 101110 100101000 1001110 11110

Color Harmonies of #81118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81118A

Black with #81118A

Text Example


Text Example

White with #81118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81118A; }

 p { color: rgb(129,17,138); }

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

background-color css

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

 a { background-color: rgb(129,17,138); }

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

border-color css

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

 span { border-color: rgb(129,17,138); }

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