Html Css Color HEX #816B7D Old Lavender

📋 copy color: '#816B7D'

red 129 ◦ green 107 ◦ blue 125

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

Shades of Old Lavender #816B7D

Tints of Old Lavender #816B7D

RGB

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

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

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

R = 35.73%
G = 29.64%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#816B7D (or 0x816B7D) is known color: Old Lavender. HEX triplet: 81, 6B and 7D. RGB value is (129,107,125). Sum of RGB (Red+Green+Blue) = 129+107+125=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #816B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B7D is #7E9482. Grayscale: #737373. Windows color (decimal): -8295555 or 8219521. OLE color: 8219521.

HSL color Cylindrical-coordinate representation of color #816B7D: hue angle of 310.91º 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 #816B7D is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 107 125 -
CMYK 0 0.17 0.03 0.49
HSL 310.91º 0.09% 0.46% -
HSV(B) 310.91º 0.17% 0.51% -
XYZ 18.01 16.66 21.67 -
YUV 115.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 129 107 125 0 0.17 0.03 0.49 310.91 0.09 0.46
Hex 81 6B 7D 0 11 3 31 137 9 2E
Octal 201 153 175 0 21 3 61 467 11 56
Binary 10000001 1101011 1111101 0 10001 11 110001 100110111 1001 101110

Color Harmonies of #816B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816B7D

Black with #816B7D

Text Example


Text Example

White with #816B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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