Html Css Color HEX #811590 Dark Magenta

📋 copy color: '#811590'

red 129 ◦ green 21 ◦ blue 144

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

Shades of Dark Magenta #811590

Tints of Dark Magenta #811590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

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

R = 43.88%
G = 7.14%
B = 48.98%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#811590 (or 0x811590) is known color: Dark Magenta. HEX triplet: 81, 15 and 90. RGB value is (129,21,144). Sum of RGB (Red+Green+Blue) = 129+21+144=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #811590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811590 is #7EEA6F. Grayscale: #424242. Windows color (decimal): -8317552 or 9442689. OLE color: 9442689.

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

Color convert

RGB 129 21 144 -
CMYK 0.10 0.85 0 0.44
HSL 292.68º 0.75% 0.32% -
HSV(B) 292.68º 0.85% 0.56% -
XYZ 14.36 7.22 27.02 -
YUV 67.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 129 21 144 0.10 0.85 0 0.44 292.68 0.75 0.32
Hex 81 15 90 A 55 0 2C 125 4B 20
Octal 201 25 220 12 125 0 54 445 113 40
Binary 10000001 10101 10010000 1010 1010101 0 101100 100100101 1001011 100000

Color Harmonies of #811590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811590

Black with #811590

Text Example


Text Example

White with #811590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811590; }

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

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

background-color css

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

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

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

border-color css

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

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

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