#81627B

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

Shades of Old Lavender #81627B

Tints of Old Lavender #81627B

Color information

#81627B (or 0x81627B) is unknown color: approx Old Lavender. HEX triplet: 81, 62 and 7B. RGB value is (129,98,123). Sum of RGB (Red+Green+Blue) = 129+98+123=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #81627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81627B is #7E9D84. Grayscale: #6E6E6E. Windows color (decimal): -8297861 or 8086145. OLE color: 8086145.

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

Color convert

RGB12998123-
CMYK00.240.050.49
HSL311.61º13.66%44.51%-
HSV(B)311.61º24.03%50.59%-
XYZ1714.8320.71-
YUV110.12135.27141.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.86%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=36.86%
G=28%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299812300.240.050.49311.6113.6644.51
Hex81627B018531138e2d
Octal2011421730305614701655
Binary10000001110001011110110110001011100011001110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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