Html Css Color HEX #811596 Dark Magenta

📋 copy color: '#811596'

red 129 ◦ green 21 ◦ blue 150

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

Shades of Dark Magenta #811596

Tints of Dark Magenta #811596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50%

R = 43%
G = 7%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#811596 (or 0x811596) is known color: Dark Magenta. HEX triplet: 81, 15 and 96. RGB value is (129,21,150). Sum of RGB (Red+Green+Blue) = 129+21+150=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #811596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811596 is #7EEA69. Grayscale: #434343. Windows color (decimal): -8317546 or 9835905. OLE color: 9835905.

HSL color Cylindrical-coordinate representation of color #811596: hue angle of 290.23º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811596 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 21 150 -
CMYK 0.14 0.86 0 0.41
HSL 290.23º 0.75% 0.34% -
HSV(B) 290.23º 0.86% 0.59% -
XYZ 14.83 7.41 29.5 -
YUV 68 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 129 21 150 0.14 0.86 0 0.41 290.23 0.75 0.34
Hex 81 15 96 E 56 0 29 122 4B 22
Octal 201 25 226 16 126 0 51 442 113 42
Binary 10000001 10101 10010110 1110 1010110 0 101001 100100010 1001011 100010

Color Harmonies of #811596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811596

Black with #811596

Text Example


Text Example

White with #811596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811596; }

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

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

background-color css

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

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

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

border-color css

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

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

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