#856880

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

Shades of Old Lavender #856880

Tints of Old Lavender #856880

Color information

#856880 (or 0x856880) is unknown color: approx Old Lavender. HEX triplet: 85, 68 and 80. RGB value is (133,104,128). Sum of RGB (Red+Green+Blue) = 133+104+128=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #856880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856880 is #7A977F. Grayscale: #737373. Windows color (decimal): -8034176 or 8415365. OLE color: 8415365.

HSL color Cylindrical-coordinate representation of color #856880: hue angle of 310.34º 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 #856880 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB133104128-
CMYK00.220.040.48
HSL310.34º12.24%46.47%-
HSV(B)310.34º21.8%52.16%-
XYZ18.5216.4522.62-
YUV115.41135.11140.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=36.44%
G=28.49%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310412800.220.040.48310.3412.2446.47
Hex856880016430136c2e
Octal2051502000264604661456
Binary100001011101000100000000101101001100001001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856880; }

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

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

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

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

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

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

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

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