#811A66

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

Shades of Dark Purple #811A66

Tints of Dark Purple #811A66

Color information

#811A66 (or 0x811A66) is unknown color: approx Dark Purple. HEX triplet: 81, 1A and 66. RGB value is (129,26,102). Sum of RGB (Red+Green+Blue) = 129+26+102=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #811A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A66 is #7EE599. Grayscale: #414141. Windows color (decimal): -8316314 or 6691457. OLE color: 6691457.

HSL color Cylindrical-coordinate representation of color #811A66: hue angle of 315.73º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A66 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB12926102-
CMYK00.800.210.49
HSL315.73º66.45%30.39%-
HSV(B)315.73º79.84%50.59%-
XYZ11.826.3713.18-
YUV65.46148.62173.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=50.19%
G=10.12%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292610200.800.210.49315.7366.4530.39
Hex811A66050153113c421e
Octal201321460120256147410236
Binary100000011101011001100101000010101110001100111100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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