#817482

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

Shades of Old Lavender #817482

Tints of Old Lavender #817482

Color information

#817482 (or 0x817482) is unknown color: approx Old Lavender. HEX triplet: 81, 74 and 82. RGB value is (129,116,130). Sum of RGB (Red+Green+Blue) = 129+116+130=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 130 - color contains mainly: blue. Hex color #817482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817482 is #7E8B7D. Grayscale: #797979. Windows color (decimal): -8293246 or 8549505. OLE color: 8549505.

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

Color convert

RGB129116130-
CMYK0.010.1100.49
HSL295.71º5.69%48.24%-
HSV(B)295.71º10.77%50.98%-
XYZ19.3318.7723.72-
YUV121.48132.81133.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=34.4%
G=30.93%
B=34.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291161300.010.1100.49295.715.6948.24
Hex8174821B031128630
Octal201164202113061450660
Binary10000001111010010000010110110110001100101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817482; }

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

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

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

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

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

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

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

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