Html Css Color HEX #817681 Old Lavender

📋 copy color: '#817681'

red 129 ◦ green 118 ◦ blue 129

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

Shades of Old Lavender #817681

Tints of Old Lavender #817681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

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

R = 34.31%
G = 31.38%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#817681 (or 0x817681) is known color: Old Lavender. HEX triplet: 81, 76 and 81. RGB value is (129,118,129). Sum of RGB (Red+Green+Blue) = 129+118+129=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #817681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817681 is #7E897E. Grayscale: #7A7A7A. Windows color (decimal): -8292735 or 8484481. OLE color: 8484481.

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

Color convert

RGB 129 118 129 -
CMYK 0 0.09 0 0.49
HSL 300º 0.04% 0.48% -
HSV(B) 300º 0.09% 0.51% -
XYZ 19.49 19.21 23.45 -
YUV 122.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 129 118 129 0 0.09 0 0.49 300 0.04 0.48
Hex 81 76 81 0 9 0 31 12C 4 30
Octal 201 166 201 0 11 0 61 454 4 60
Binary 10000001 1110110 10000001 0 1001 0 110001 100101100 100 110000

Color Harmonies of #817681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817681

Black with #817681

Text Example


Text Example

White with #817681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817681; }

 p { color: rgb(129,118,129); }

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

background-color css

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

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

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

border-color css

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

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

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