Html Css Color HEX #86607C Old Lavender

📋 copy color: '#86607C'

red 134 ◦ green 96 ◦ blue 124

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

Shades of Old Lavender #86607C

Tints of Old Lavender #86607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 37.85%
G = 27.12%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86607C (or 0x86607C) is known color: Old Lavender. HEX triplet: 86, 60 and 7C. RGB value is (134,96,124). Sum of RGB (Red+Green+Blue) = 134+96+124=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #86607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86607C is #799F83. Grayscale: #6E6E6E. Windows color (decimal): -7970692 or 8151174. OLE color: 8151174.

HSL color Cylindrical-coordinate representation of color #86607C: hue angle of 315.79º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86607C is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 96 124 -
CMYK 0 0.28 0.07 0.47
HSL 315.79º 0.17% 0.45% -
HSV(B) 315.79º 0.28% 0.53% -
XYZ 17.65 14.89 21.01 -
YUV 110.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 134 96 124 0 0.28 0.07 0.47 315.79 0.17 0.45
Hex 86 60 7C 0 1C 7 2F 13C 11 2D
Octal 206 140 174 0 34 7 57 474 21 55
Binary 10000110 1100000 1111100 0 11100 111 101111 100111100 10001 101101

Color Harmonies of #86607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86607C

Black with #86607C

Text Example


Text Example

White with #86607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86607C; }

 p { color: rgb(134,96,124); }

 H1.HeaderClassName
 {
   color: #86607C;
 }
 .AnyTagClassName
 {
   color: #86607C;
 }
</style>

background-color css

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

 a { background-color: rgb(134,96,124); }

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

border-color css

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

 span { border-color: rgb(134,96,124); }

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