Html Css Color HEX #856880 Old Lavender

📋 copy color: '#856880'

red 133 ◦ green 104 ◦ blue 128

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

Shades of Old Lavender #856880

Tints of Old Lavender #856880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

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

R = 36.44%
G = 28.49%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#856880 (or 0x856880) is known color: Old Lavender. HEX triplet: 85, 68 and 80. RGB value is (133,104,128). Sum of RGB (Red+Green+Blue) = 133+104+128=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #856880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856880 is #7A977F. Grayscale: #737373. Windows color (decimal): -8034176 or 8415365. OLE color: 8415365.

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

Color convert

RGB 133 104 128 -
CMYK 0 0.22 0.04 0.48
HSL 310.34º 0.12% 0.46% -
HSV(B) 310.34º 0.22% 0.52% -
XYZ 18.52 16.45 22.62 -
YUV 115.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 133 104 128 0 0.22 0.04 0.48 310.34 0.12 0.46
Hex 85 68 80 0 16 4 30 136 C 2E
Octal 205 150 200 0 26 4 60 466 14 56
Binary 10000101 1101000 10000000 0 10110 100 110000 100110110 1100 101110

Color Harmonies of #856880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856880

Black with #856880

Text Example


Text Example

White with #856880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856880; }

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

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

background-color css

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

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

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

border-color css

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

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

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