#817882

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

Shades of Old Lavender #817882

Tints of Old Lavender #817882

Color information

#817882 (or 0x817882) is unknown color: approx Old Lavender. HEX triplet: 81, 78 and 82. RGB value is (129,120,130). Sum of RGB (Red+Green+Blue) = 129+120+130=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 130 - color contains mainly: blue. Hex color #817882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817882 is #7E877D. Grayscale: #7B7B7B. Windows color (decimal): -8292222 or 8550529. OLE color: 8550529.

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

Color convert

RGB129120130-
CMYK0.010.0800.49
HSL294º4%49.02%-
HSV(B)294º7.69%50.98%-
XYZ19.819.7123.88-
YUV123.83131.48131.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=34.04%
G=31.66%
B=34.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291201300.010.0800.49294449.02
Hex81788218031126431
Octal201170202110061446461
Binary10000001111100010000010110000110001100100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817882; }

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

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

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

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

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

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

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

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