Html Css Color HEX #816B80 Old Lavender

📋 copy color: '#816B80'

red 129 ◦ green 107 ◦ blue 128

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

Shades of Old Lavender #816B80

Tints of Old Lavender #816B80

RGB

 RED value IS 129 (50.78% from 255) = 35.44%

 GREEN value IS 107 (42.19% from 255) = 29.4%

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

R = 35.44%
G = 29.4%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#816B80 (or 0x816B80) is known color: Old Lavender. HEX triplet: 81, 6B and 80. RGB value is (129,107,128). Sum of RGB (Red+Green+Blue) = 129+107+128=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 129 - color contains mainly: red. Hex color #816B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816B80 is #7E947F. Grayscale: #737373. Windows color (decimal): -8295552 or 8416129. OLE color: 8416129.

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

Color convert

RGB 129 107 128 -
CMYK 0 0.17 0.01 0.49
HSL 302.73º 0.09% 0.46% -
HSV(B) 302.73º 0.17% 0.51% -
XYZ 18.21 16.74 22.69 -
YUV 115.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 129 107 128 0 0.17 0.01 0.49 302.73 0.09 0.46
Hex 81 6B 80 0 11 1 31 12F 9 2E
Octal 201 153 200 0 21 1 61 457 11 56
Binary 10000001 1101011 10000000 0 10001 1 110001 100101111 1001 101110

Color Harmonies of #816B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816B80

Black with #816B80

Text Example


Text Example

White with #816B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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