#816078

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

Shades of Old Lavender #816078

Tints of Old Lavender #816078

Color information

#816078 (or 0x816078) is unknown color: approx Old Lavender. HEX triplet: 81, 60 and 78. RGB value is (129,96,120). Sum of RGB (Red+Green+Blue) = 129+96+120=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #816078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816078 is #7E9F87. Grayscale: #6C6C6C. Windows color (decimal): -8298376 or 7889025. OLE color: 7889025.

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

Color convert

RGB12996120-
CMYK00.260.070.49
HSL316.36º14.67%44.12%-
HSV(B)316.36º25.58%50.59%-
XYZ16.6314.3919.67-
YUV108.6134.43142.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 120 (47.27% from 255) = 34.78%
R=37.39%
G=27.83%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299612000.260.070.49316.3614.6744.12
Hex81607801A73113cf2c
Octal2011401700327614741754
Binary10000001110000011110000110101111100011001111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816078; }

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

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

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

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

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

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

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

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