#811F89

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

Shades of Dark Purple #811F89

Tints of Dark Purple #811F89

Color information

#811F89 (or 0x811F89) is unknown color: approx Dark Purple. HEX triplet: 81, 1F and 89. RGB value is (129,31,137). Sum of RGB (Red+Green+Blue) = 129+31+137=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #811F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811F89 is #7EE076. Grayscale: #484848. Windows color (decimal): -8314999 or 8986497. OLE color: 8986497.

HSL color Cylindrical-coordinate representation of color #811F89: hue angle of 295.47º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #811F89 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12931137-
CMYK0.060.7700.46
HSL295.47º63.1%32.94%-
HSV(B)295.47º77.37%53.73%-
XYZ14.067.4524.36-
YUV72.39164.47168.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=43.43%
G=10.44%
B=46.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129311370.060.7700.46295.4763.132.94
Hex811F8964D02E1273f21
Octal2013721161150564477741
Binary10000001111111000100111010011010101110100100111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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