#811E85

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

Shades of Dark Purple #811E85

Tints of Dark Purple #811E85

Color information

#811E85 (or 0x811E85) is unknown color: approx Dark Purple. HEX triplet: 81, 1E and 85. RGB value is (129,30,133). Sum of RGB (Red+Green+Blue) = 129+30+133=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #811E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811E85 is #7EE17A. Grayscale: #474747. Windows color (decimal): -8315259 or 8724097. OLE color: 8724097.

HSL color Cylindrical-coordinate representation of color #811E85: hue angle of 297.67º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #811E85 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12930133-
CMYK0.030.7700.48
HSL297.67º63.19%31.96%-
HSV(B)297.67º77.44%52.16%-
XYZ13.757.2922.87-
YUV71.34162.8169.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 30 (12.11% from 255) = 10.27%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=44.18%
G=10.27%
B=45.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129301330.030.7700.48297.6763.1931.96
Hex811E8534D03012a3f20
Octal2013620531150604527740
Binary1000000111110100001011110011010110000100101010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,30,133); }

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

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

 a { background-color: rgb(129,30,133); }

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

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

 span { border-color: rgb(129,30,133); }

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