#81667B

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

Shades of Old Lavender #81667B

Tints of Old Lavender #81667B

Color information

#81667B (or 0x81667B) is unknown color: approx Old Lavender. HEX triplet: 81, 66 and 7B. RGB value is (129,102,123). Sum of RGB (Red+Green+Blue) = 129+102+123=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #81667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81667B is #7E9984. Grayscale: #707070. Windows color (decimal): -8296837 or 8087169. OLE color: 8087169.

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

Color convert

RGB129102123-
CMYK00.210.050.49
HSL313.33º11.69%45.29%-
HSV(B)313.33º20.93%50.59%-
XYZ17.3815.620.83-
YUV112.47133.95139.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=36.44%
G=28.81%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910212300.210.050.49313.3311.6945.29
Hex81667B015531139c2d
Octal2011461730255614711455
Binary10000001110011011110110101011011100011001110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81667B; }

 p { color: rgb(129,102,123); }

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

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

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

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

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

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

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