Html Css Color HEX #81697F Old Lavender

📋 copy color: '#81697F'

red 129 ◦ green 105 ◦ blue 127

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

Shades of Old Lavender #81697F

Tints of Old Lavender #81697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 127 (50% from 255) = 35.18%

R = 35.73%
G = 29.09%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81697F (or 0x81697F) is known color: Old Lavender. HEX triplet: 81, 69 and 7F. RGB value is (129,105,127). Sum of RGB (Red+Green+Blue) = 129+105+127=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #81697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81697F is #7E9680. Grayscale: #727272. Windows color (decimal): -8296065 or 8350081. OLE color: 8350081.

HSL color Cylindrical-coordinate representation of color #81697F: hue angle of 305º degrees, saturation: 0.1, 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 #81697F is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 105 127 -
CMYK 0 0.19 0.02 0.49
HSL 305º 0.1% 0.46% -
HSV(B) 305º 0.19% 0.51% -
XYZ 17.94 16.3 22.28 -
YUV 114.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 129 105 127 0 0.19 0.02 0.49 305 0.1 0.46
Hex 81 69 7F 0 13 2 31 131 A 2E
Octal 201 151 177 0 23 2 61 461 12 56
Binary 10000001 1101001 1111111 0 10011 10 110001 100110001 1010 101110

Color Harmonies of #81697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81697F

Black with #81697F

Text Example


Text Example

White with #81697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81697F; }

 p { color: rgb(129,105,127); }

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

background-color css

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

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

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

border-color css

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

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

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