Html Css Color HEX #866C83 Old Lavender

📋 copy color: '#866C83'

red 134 ◦ green 108 ◦ blue 131

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

Shades of Old Lavender #866C83

Tints of Old Lavender #866C83

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.95%

 BLUE value IS 131 (51.56% from 255) = 35.12%

R = 35.92%
G = 28.95%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#866C83 (or 0x866C83) is known color: Old Lavender. HEX triplet: 86, 6C and 83. RGB value is (134,108,131). Sum of RGB (Red+Green+Blue) = 134+108+131=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #866C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866C83 is #79937C. Grayscale: #767676. Windows color (decimal): -7967613 or 8612998. OLE color: 8612998.

HSL color Cylindrical-coordinate representation of color #866C83: hue angle of 306.92º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #866C83 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 108 131 -
CMYK 0 0.19 0.02 0.47
HSL 306.92º 0.11% 0.47% -
HSV(B) 306.92º 0.19% 0.53% -
XYZ 19.29 17.43 23.82 -
YUV 118.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 134 108 131 0 0.19 0.02 0.47 306.92 0.11 0.47
Hex 86 6C 83 0 13 2 2F 133 B 2F
Octal 206 154 203 0 23 2 57 463 13 57
Binary 10000110 1101100 10000011 0 10011 10 101111 100110011 1011 101111

Color Harmonies of #866C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866C83

Black with #866C83

Text Example


Text Example

White with #866C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866C83; }

 p { color: rgb(134,108,131); }

 H1.HeaderClassName
 {
   color: #866C83;
 }
 .AnyTagClassName
 {
   color: #866C83;
 }
</style>

background-color css

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

 a { background-color: rgb(134,108,131); }

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

border-color css

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

 span { border-color: rgb(134,108,131); }

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