Html Css Color HEX #806C81 Old Lavender

📋 copy color: '#806C81'

red 128 ◦ green 108 ◦ blue 129

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

Shades of Old Lavender #806C81

Tints of Old Lavender #806C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.34%

R = 35.07%
G = 29.59%
B = 35.34%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#806C81 (or 0x806C81) is known color: Old Lavender. HEX triplet: 80, 6C and 81. RGB value is (128,108,129). Sum of RGB (Red+Green+Blue) = 128+108+129=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 129 - color contains mainly: blue. Hex color #806C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806C81 is #7F937E. Grayscale: #747474. Windows color (decimal): -8360831 or 8481920. OLE color: 8481920.

HSL color Cylindrical-coordinate representation of color #806C81: hue angle of 297.14º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #806C81 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 108 129 -
CMYK 0.01 0.16 0 0.49
HSL 297.14º 0.09% 0.46% -
HSV(B) 297.14º 0.16% 0.51% -
XYZ 18.23 16.9 23.07 -
YUV 116.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 128 108 129 0.01 0.16 0 0.49 297.14 0.09 0.46
Hex 80 6C 81 1 10 0 31 129 9 2E
Octal 200 154 201 1 20 0 61 451 11 56
Binary 10000000 1101100 10000001 1 10000 0 110001 100101001 1001 101110

Color Harmonies of #806C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C81

Black with #806C81

Text Example


Text Example

White with #806C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806C81; }

 p { color: rgb(128,108,129); }

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

background-color css

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

 a { background-color: rgb(128,108,129); }

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

border-color css

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

 span { border-color: rgb(128,108,129); }

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