Html Css Color HEX #81687D Old Lavender

📋 copy color: '#81687D'

red 129 ◦ green 104 ◦ blue 125

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

Shades of Old Lavender #81687D

Tints of Old Lavender #81687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 36.03%
G = 29.05%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81687D (or 0x81687D) is known color: Old Lavender. HEX triplet: 81, 68 and 7D. RGB value is (129,104,125). Sum of RGB (Red+Green+Blue) = 129+104+125=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 129 - color contains mainly: red. Hex color #81687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81687D is #7E9782. Grayscale: #717171. Windows color (decimal): -8296323 or 8218753. OLE color: 8218753.

HSL color Cylindrical-coordinate representation of color #81687D: hue angle of 309.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81687D is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 104 125 -
CMYK 0 0.19 0.03 0.49
HSL 309.6º 0.11% 0.46% -
HSV(B) 309.6º 0.19% 0.51% -
XYZ 17.71 16.05 21.57 -
YUV 113.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 129 104 125 0 0.19 0.03 0.49 309.6 0.11 0.46
Hex 81 68 7D 0 13 3 31 136 B 2E
Octal 201 150 175 0 23 3 61 466 13 56
Binary 10000001 1101000 1111101 0 10011 11 110001 100110110 1011 101110

Color Harmonies of #81687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81687D

Black with #81687D

Text Example


Text Example

White with #81687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81687D; }

 p { color: rgb(129,104,125); }

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

background-color css

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

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

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

border-color css

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

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

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