#82617A

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

Shades of Old Lavender #82617A

Tints of Old Lavender #82617A

Color information

#82617A (or 0x82617A) is unknown color: approx Old Lavender. HEX triplet: 82, 61 and 7A. RGB value is (130,97,122). Sum of RGB (Red+Green+Blue) = 130+97+122=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #82617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82617A is #7D9E85. Grayscale: #6D6D6D. Windows color (decimal): -8232582 or 8020354. OLE color: 8020354.

HSL color Cylindrical-coordinate representation of color #82617A: hue angle of 314.55º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82617A is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13097122-
CMYK00.250.060.49
HSL314.55º14.54%44.51%-
HSV(B)314.55º25.38%50.98%-
XYZ16.9914.720.35-
YUV109.72134.93142.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=37.25%
G=27.79%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309712200.250.060.49314.5514.5444.51
Hex82617A01963113bf2d
Octal2021411720316614731755
Binary10000010110000111110100110011101100011001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82617A; }

 p { color: rgb(130,97,122); }

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

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

 a { background-color: rgb(130,97,122); }

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

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

 span { border-color: rgb(130,97,122); }

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