#812C81

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

Shades of Dark Purple #812C81

Tints of Dark Purple #812C81

Color information

#812C81 (or 0x812C81) is unknown color: approx Dark Purple. HEX triplet: 81, 2C and 81. RGB value is (129,44,129). Sum of RGB (Red+Green+Blue) = 129+44+129=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #812C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812C81 is #7ED37E. Grayscale: #4E4E4E. Windows color (decimal): -8311679 or 8465537. OLE color: 8465537.

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

Color convert

RGB12944129-
CMYK00.6600.49
HSL300º49.13%33.92%-
HSV(B)300º65.89%50.59%-
XYZ13.928.0521.59-
YUV79.1156.16163.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.72%
GREEN value IS 44 (17.58% from 255) = 14.57%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=42.72%
G=14.57%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294412900.6600.4930049.1333.92
Hex812C8104203112c3122
Octal2015420101020614546142
Binary1000000110110010000001010000100110001100101100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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