#817480

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

Shades of Old Lavender #817480

Tints of Old Lavender #817480

Color information

#817480 (or 0x817480) is unknown color: approx Old Lavender. HEX triplet: 81, 74 and 80. RGB value is (129,116,128). Sum of RGB (Red+Green+Blue) = 129+116+128=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 129 - color contains mainly: red. Hex color #817480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817480 is #7E8B7F. Grayscale: #797979. Windows color (decimal): -8293248 or 8418433. OLE color: 8418433.

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

Color convert

RGB129116128-
CMYK00.100.010.49
HSL304.62º5.31%48.04%-
HSV(B)304.62º10.08%50.59%-
XYZ19.1918.7223.02-
YUV121.26131.81133.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.58%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=34.58%
G=31.10%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911612800.100.010.49304.625.3148.04
Hex8174800A131131530
Octal201164200012161461560
Binary10000001111010010000000010101110001100110001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817480; }

 p { color: rgb(129,116,128); }

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

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

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

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

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

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

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