Html Css Color HEX #86647F Old Lavender

📋 copy color: '#86647F'

red 134 ◦ green 100 ◦ blue 127

#86647F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #86647F

Tints of Old Lavender #86647F

RGB

 RED value IS 134 (52.73% from 255) = 37.12%

 GREEN value IS 100 (39.45% from 255) = 27.7%

 BLUE value IS 127 (50% from 255) = 35.18%

R = 37.12%
G = 27.7%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86647F (or 0x86647F) is known color: Old Lavender. HEX triplet: 86, 64 and 7F. RGB value is (134,100,127). Sum of RGB (Red+Green+Blue) = 134+100+127=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #86647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86647F is #799B80. Grayscale: #717171. Windows color (decimal): -7969665 or 8348806. OLE color: 8348806.

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

Color convert

RGB 134 100 127 -
CMYK 0 0.25 0.05 0.47
HSL 312.35º 0.15% 0.46% -
HSV(B) 312.35º 0.25% 0.53% -
XYZ 18.22 15.71 22.15 -
YUV 113.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 134 100 127 0 0.25 0.05 0.47 312.35 0.15 0.46
Hex 86 64 7F 0 19 5 2F 138 F 2E
Octal 206 144 177 0 31 5 57 470 17 56
Binary 10000110 1100100 1111111 0 11001 101 101111 100111000 1111 101110

Color Harmonies of #86647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86647F

Black with #86647F

Text Example


Text Example

White with #86647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86647F;
 }
 .AnyTagClassName
 {
   color: #86647F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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