#812D81

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

Shades of Dark Purple #812D81

Tints of Dark Purple #812D81

Color information

#812D81 (or 0x812D81) is unknown color: approx Dark Purple. HEX triplet: 81, 2D and 81. RGB value is (129,45,129). Sum of RGB (Red+Green+Blue) = 129+45+129=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #812D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812D81 is #7ED27E. Grayscale: #4F4F4F. Windows color (decimal): -8311423 or 8465793. OLE color: 8465793.

HSL color Cylindrical-coordinate representation of color #812D81: hue angle of 300º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #812D81 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12945129-
CMYK00.6500.49
HSL300º48.28%34.12%-
HSV(B)300º65.12%50.59%-
XYZ13.958.1321.6-
YUV79.69155.83163.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 45 (17.97% from 255) = 14.85%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=42.57%
G=14.85%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294512900.6500.4930048.2834.12
Hex812D8104103112c3022
Octal2015520101010614546042
Binary1000000110110110000001010000010110001100101100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812D81; }

 p { color: rgb(129,45,129); }

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

<style>
 a { background-color: #812D81; }

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

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

<style>
 span { border-color: #812D81; }

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

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