Html Css Color HEX #811096 Dark Magenta

📋 copy color: '#811096'

red 129 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #811096

Tints of Dark Magenta #811096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

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

R = 43.73%
G = 5.42%
B = 50.85%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#811096 (or 0x811096) is known color: Dark Magenta. HEX triplet: 81, 10 and 96. RGB value is (129,16,150). Sum of RGB (Red+Green+Blue) = 129+16+150=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #811096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811096 is #7EEF69. Grayscale: #404040. Windows color (decimal): -8318826 or 9834625. OLE color: 9834625.

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

Color convert

RGB 129 16 150 -
CMYK 0.14 0.89 0 0.41
HSL 290.6º 0.81% 0.33% -
HSV(B) 290.6º 0.89% 0.59% -
XYZ 14.74 7.24 29.47 -
YUV 65.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 129 16 150 0.14 0.89 0 0.41 290.6 0.81 0.33
Hex 81 10 96 E 59 0 29 123 51 21
Octal 201 20 226 16 131 0 51 443 121 41
Binary 10000001 10000 10010110 1110 1011001 0 101001 100100011 1010001 100001

Color Harmonies of #811096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811096

Black with #811096

Text Example


Text Example

White with #811096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811096; }

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

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

background-color css

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

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

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

border-color css

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

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

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