Html Css Color HEX #816E7F Old Lavender

📋 copy color: '#816E7F'

red 129 ◦ green 110 ◦ blue 127

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

Shades of Old Lavender #816E7F

Tints of Old Lavender #816E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.05%

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

R = 35.25%
G = 30.05%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#816E7F (or 0x816E7F) is known color: Old Lavender. HEX triplet: 81, 6E and 7F. RGB value is (129,110,127). Sum of RGB (Red+Green+Blue) = 129+110+127=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 129 - color contains mainly: red. Hex color #816E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E7F is #7E9180. Grayscale: #757575. Windows color (decimal): -8294785 or 8351361. OLE color: 8351361.

HSL color Cylindrical-coordinate representation of color #816E7F: hue angle of 306.32º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #816E7F is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 110 127 -
CMYK 0 0.15 0.02 0.49
HSL 306.32º 0.08% 0.47% -
HSV(B) 306.32º 0.15% 0.51% -
XYZ 18.46 17.35 22.45 -
YUV 117.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 129 110 127 0 0.15 0.02 0.49 306.32 0.08 0.47
Hex 81 6E 7F 0 F 2 31 132 8 2F
Octal 201 156 177 0 17 2 61 462 10 57
Binary 10000001 1101110 1111111 0 1111 10 110001 100110010 1000 101111

Color Harmonies of #816E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816E7F

Black with #816E7F

Text Example


Text Example

White with #816E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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