#811A86

Color #811A86 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #811A86

Tints of Dark Purple #811A86

Color information

#811A86 (or 0x811A86) is unknown color: approx Dark Purple. HEX triplet: 81, 1A and 86. RGB value is (129,26,134). Sum of RGB (Red+Green+Blue) = 129+26+134=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #811A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811A86 is #7EE579. Grayscale: #444444. Windows color (decimal): -8316282 or 8788609. OLE color: 8788609.

HSL color Cylindrical-coordinate representation of color #811A86: hue angle of 297.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811A86 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12926134-
CMYK0.040.8100.47
HSL297.22º67.5%31.37%-
HSV(B)297.22º80.6%52.55%-
XYZ13.737.1323.21-
YUV69.11164.62170.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 26 (10.55% from 255) = 9.00%
BLUE value IS 134 (52.73% from 255) = 46.37%
R=44.64%
G=9.00%
B=46.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129261340.040.8100.47297.2267.531.37
Hex811A8645102F129441f
Octal20132206412105745110437
Binary10000001110101000011010010100010101111100101001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811A86; }

 p { color: rgb(129,26,134); }

 H1.HeaderClassName
 {
   color: #811A86;
 }
 .AnyTagClassName
 {
   color: #811A86;
 }
</style>
background-color css

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

 a { background-color: rgb(129,26,134); }

 div.DivClassName
 {
   background-color: #811A86;
 }
 .BgClassName
 {
   background-color: #811A86;
 }
</style>
border-color css

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

 span { border-color: rgb(129,26,134); }

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