#86637D

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

Shades of Old Lavender #86637D

Tints of Old Lavender #86637D

Color information

#86637D (or 0x86637D) is unknown color: approx Old Lavender. HEX triplet: 86, 63 and 7D. RGB value is (134,99,125). Sum of RGB (Red+Green+Blue) = 134+99+125=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #86637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86637D is #799C82. Grayscale: #707070. Windows color (decimal): -7969923 or 8217478. OLE color: 8217478.

HSL color Cylindrical-coordinate representation of color #86637D: hue angle of 315.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86637D is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13499125-
CMYK00.260.070.47
HSL315.43º15.02%45.69%-
HSV(B)315.43º26.12%52.55%-
XYZ1815.4721.44-
YUV112.43135.1143.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=37.43%
G=27.65%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349912500.260.070.47315.4315.0245.69
Hex86637D01A72F13bf2e
Octal2061431750327574731756
Binary10000110110001111111010110101111011111001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86637D; }

 p { color: rgb(134,99,125); }

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

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

 a { background-color: rgb(134,99,125); }

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

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

 span { border-color: rgb(134,99,125); }

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