#856881

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

Shades of Old Lavender #856881

Tints of Old Lavender #856881

Color information

#856881 (or 0x856881) is unknown color: approx Old Lavender. HEX triplet: 85, 68 and 81. RGB value is (133,104,129). Sum of RGB (Red+Green+Blue) = 133+104+129=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #856881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856881 is #7A977E. Grayscale: #737373. Windows color (decimal): -8034175 or 8480901. OLE color: 8480901.

HSL color Cylindrical-coordinate representation of color #856881: hue angle of 308.28º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #856881 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB133104129-
CMYK00.220.030.48
HSL308.28º12.24%46.47%-
HSV(B)308.28º21.8%52.16%-
XYZ18.5916.4722.97-
YUV115.52135.61140.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=36.34%
G=28.42%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310412900.220.030.48308.2812.2446.47
Hex856881016330134c2e
Octal2051502010263604641456
Binary10000101110100010000001010110111100001001101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856881; }

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

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

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

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

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

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

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

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