Html Css Color HEX #811190 Dark Magenta

📋 copy color: '#811190'

red 129 ◦ green 17 ◦ blue 144

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

Shades of Dark Magenta #811190

Tints of Dark Magenta #811190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.66%

R = 44.48%
G = 5.86%
B = 49.66%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#811190 (or 0x811190) is known color: Dark Magenta. HEX triplet: 81, 11 and 90. RGB value is (129,17,144). Sum of RGB (Red+Green+Blue) = 129+17+144=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #811190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811190 is #7EEE6F. Grayscale: #404040. Windows color (decimal): -8318576 or 9441665. OLE color: 9441665.

HSL color Cylindrical-coordinate representation of color #811190: hue angle of 292.91º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811190 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 17 144 -
CMYK 0.10 0.88 0 0.44
HSL 292.91º 0.79% 0.32% -
HSV(B) 292.91º 0.88% 0.56% -
XYZ 14.29 7.08 27 -
YUV 64.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 129 17 144 0.10 0.88 0 0.44 292.91 0.79 0.32
Hex 81 11 90 A 58 0 2C 125 4F 20
Octal 201 21 220 12 130 0 54 445 117 40
Binary 10000001 10001 10010000 1010 1011000 0 101100 100100101 1001111 100000

Color Harmonies of #811190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811190

Black with #811190

Text Example


Text Example

White with #811190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811190; }

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

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

background-color css

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

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

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

border-color css

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

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

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