#817681

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

Shades of Old Lavender #817681

Tints of Old Lavender #817681

Color information

#817681 (or 0x817681) is unknown color: approx Old Lavender. HEX triplet: 81, 76 and 81. RGB value is (129,118,129). Sum of RGB (Red+Green+Blue) = 129+118+129=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #817681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817681 is #7E897E. Grayscale: #7A7A7A. Windows color (decimal): -8292735 or 8484481. OLE color: 8484481.

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

Color convert

RGB129118129-
CMYK00.0900.49
HSL300º4.45%48.43%-
HSV(B)300º8.53%50.59%-
XYZ19.4919.2123.45-
YUV122.54131.64132.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=34.31%
G=31.38%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911812900.0900.493004.4548.43
Hex8176810903112c430
Octal201166201011061454460
Binary10000001111011010000001010010110001100101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817681; }

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

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

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

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

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

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

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

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