Html Css Color HEX #856680 Old Lavender

📋 copy color: '#856680'

red 133 ◦ green 102 ◦ blue 128

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

Shades of Old Lavender #856680

Tints of Old Lavender #856680

RGB

 RED value IS 133 (52.34% from 255) = 36.64%

 GREEN value IS 102 (40.23% from 255) = 28.1%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 36.64%
G = 28.1%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#856680 (or 0x856680) is known color: Old Lavender. HEX triplet: 85, 66 and 80. RGB value is (133,102,128). Sum of RGB (Red+Green+Blue) = 133+102+128=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #856680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856680 is #7A997F. Grayscale: #727272. Windows color (decimal): -8034688 or 8414853. OLE color: 8414853.

HSL color Cylindrical-coordinate representation of color #856680: hue angle of 309.68º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856680 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 128 -
CMYK 0 0.23 0.04 0.48
HSL 309.68º 0.13% 0.46% -
HSV(B) 309.68º 0.23% 0.52% -
XYZ 18.32 16.05 22.55 -
YUV 114.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 133 102 128 0 0.23 0.04 0.48 309.68 0.13 0.46
Hex 85 66 80 0 17 4 30 136 D 2E
Octal 205 146 200 0 27 4 60 466 15 56
Binary 10000101 1100110 10000000 0 10111 100 110000 100110110 1101 101110

Color Harmonies of #856680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856680

Black with #856680

Text Example


Text Example

White with #856680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856680; }

 p { color: rgb(133,102,128); }

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

background-color css

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

 a { background-color: rgb(133,102,128); }

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

border-color css

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

 span { border-color: rgb(133,102,128); }

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