Html Css Color HEX #856980 Old Lavender

📋 copy color: '#856980'

red 133 ◦ green 105 ◦ blue 128

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

Shades of Old Lavender #856980

Tints of Old Lavender #856980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

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

R = 36.34%
G = 28.69%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#856980 (or 0x856980) is known color: Old Lavender. HEX triplet: 85, 69 and 80. RGB value is (133,105,128). Sum of RGB (Red+Green+Blue) = 133+105+128=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #856980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856980 is #7A967F. Grayscale: #737373. Windows color (decimal): -8033920 or 8415621. OLE color: 8415621.

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

Color convert

RGB 133 105 128 -
CMYK 0 0.21 0.04 0.48
HSL 310.71º 0.12% 0.47% -
HSV(B) 310.71º 0.21% 0.52% -
XYZ 18.62 16.65 22.65 -
YUV 115.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 133 105 128 0 0.21 0.04 0.48 310.71 0.12 0.47
Hex 85 69 80 0 15 4 30 137 C 2F
Octal 205 151 200 0 25 4 60 467 14 57
Binary 10000101 1101001 10000000 0 10101 100 110000 100110111 1100 101111

Color Harmonies of #856980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856980

Black with #856980

Text Example


Text Example

White with #856980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856980; }

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

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

background-color css

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

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

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

border-color css

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

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

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