#811F65

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

Shades of Dark Purple #811F65

Tints of Dark Purple #811F65

Color information

#811F65 (or 0x811F65) is unknown color: approx Dark Purple. HEX triplet: 81, 1F and 65. RGB value is (129,31,101). Sum of RGB (Red+Green+Blue) = 129+31+101=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #811F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811F65 is #7EE09A. Grayscale: #444444. Windows color (decimal): -8315035 or 6627201. OLE color: 6627201.

HSL color Cylindrical-coordinate representation of color #811F65: hue angle of 317.14º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #811F65 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB12931101-
CMYK00.760.220.49
HSL317.14º61.25%31.37%-
HSV(B)317.14º75.97%50.59%-
XYZ11.896.5912.96-
YUV68.28146.47171.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 31 (12.5% from 255) = 11.88%
BLUE value IS 101 (39.84% from 255) = 38.70%
R=49.43%
G=11.88%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293110100.760.220.49317.1461.2531.37
Hex811F6504C163113d3d1f
Octal20137145011426614757537
Binary10000001111111100101010011001011011000110011110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,31,101); }

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

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

 a { background-color: rgb(129,31,101); }

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

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

 span { border-color: rgb(129,31,101); }

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