#856A81

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

Shades of Old Lavender #856A81

Tints of Old Lavender #856A81

Color information

#856A81 (or 0x856A81) is unknown color: approx Old Lavender. HEX triplet: 85, 6A and 81. RGB value is (133,106,129). Sum of RGB (Red+Green+Blue) = 133+106+129=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #856A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856A81 is #7A957E. Grayscale: #747474. Windows color (decimal): -8033663 or 8481413. OLE color: 8481413.

HSL color Cylindrical-coordinate representation of color #856A81: hue angle of 308.89º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #856A81 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB133106129-
CMYK00.200.030.48
HSL308.89º11.3%46.86%-
HSV(B)308.89º20.3%52.16%-
XYZ18.7916.8823.04-
YUV116.7134.95139.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 106 (41.80% from 255) = 28.80%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=36.14%
G=28.80%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310612900.200.030.48308.8911.346.86
Hex856A81014330135b2f
Octal2051522010243604651357
Binary10000101110101010000001010100111100001001101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856A81; }

 p { color: rgb(133,106,129); }

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

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

 a { background-color: rgb(133,106,129); }

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

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

 span { border-color: rgb(133,106,129); }

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