#816178

Color #816178 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #816178

Tints of Old Lavender #816178

Color information

#816178 (or 0x816178) is unknown color: approx Old Lavender. HEX triplet: 81, 61 and 78. RGB value is (129,97,120). Sum of RGB (Red+Green+Blue) = 129+97+120=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 129 - color contains mainly: red. Hex color #816178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816178 is #7E9E87. Grayscale: #6D6D6D. Windows color (decimal): -8298120 or 7889281. OLE color: 7889281.

HSL color Cylindrical-coordinate representation of color #816178: hue angle of 316.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #816178 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB12997120-
CMYK00.250.070.49
HSL316.88º14.16%44.31%-
HSV(B)316.88º24.81%50.59%-
XYZ16.7214.5719.7-
YUV109.19134.1142.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=37.28%
G=28.03%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299712000.250.070.49316.8814.1644.31
Hex81617801973113de2c
Octal2011411700317614751654
Binary10000001110000111110000110011111100011001111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816178; }

 p { color: rgb(129,97,120); }

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

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

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

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

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

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

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