#86667F

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

Shades of Old Lavender #86667F

Tints of Old Lavender #86667F

Color information

#86667F (or 0x86667F) is unknown color: approx Old Lavender. HEX triplet: 86, 66 and 7F. RGB value is (134,102,127). Sum of RGB (Red+Green+Blue) = 134+102+127=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #86667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86667F is #799980. Grayscale: #727272. Windows color (decimal): -7969153 or 8349318. OLE color: 8349318.

HSL color Cylindrical-coordinate representation of color #86667F: hue angle of 313.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86667F is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB134102127-
CMYK00.240.050.47
HSL313.12º13.56%46.27%-
HSV(B)313.12º23.88%52.55%-
XYZ18.4116.122.22-
YUV114.42135.1141.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 127 (50% from 255) = 34.99%
R=36.91%
G=28.10%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410212700.240.050.47313.1213.5646.27
Hex86667F01852F139e2e
Octal2061461770305574711656
Binary10000110110011011111110110001011011111001110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86667F; }

 p { color: rgb(134,102,127); }

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

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

 a { background-color: rgb(134,102,127); }

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

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

 span { border-color: rgb(134,102,127); }

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