#82667D

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

Shades of Old Lavender #82667D

Tints of Old Lavender #82667D

Color information

#82667D (or 0x82667D) is unknown color: approx Old Lavender. HEX triplet: 82, 66 and 7D. RGB value is (130,102,125). Sum of RGB (Red+Green+Blue) = 130+102+125=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #82667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82667D is #7D9982. Grayscale: #707070. Windows color (decimal): -8231299 or 8218242. OLE color: 8218242.

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

Color convert

RGB130102125-
CMYK00.220.040.49
HSL310.71º12.07%45.49%-
HSV(B)310.71º21.54%50.98%-
XYZ17.6615.7321.51-
YUV112.99134.78140.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=36.41%
G=28.57%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010212500.220.040.49310.7112.0745.49
Hex82667D016431137c2d
Octal2021461750264614671455
Binary10000010110011011111010101101001100011001101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82667D; }

 p { color: rgb(130,102,125); }

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

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

 a { background-color: rgb(130,102,125); }

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

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

 span { border-color: rgb(130,102,125); }

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