Html Css Color HEX #81647D Old Lavender

📋 copy color: '#81647D'

red 129 ◦ green 100 ◦ blue 125

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

Shades of Old Lavender #81647D

Tints of Old Lavender #81647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

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

R = 36.44%
G = 28.25%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81647D (or 0x81647D) is known color: Old Lavender. HEX triplet: 81, 64 and 7D. RGB value is (129,100,125). Sum of RGB (Red+Green+Blue) = 129+100+125=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #81647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81647D is #7E9B82. Grayscale: #6F6F6F. Windows color (decimal): -8297347 or 8217729. OLE color: 8217729.

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

Color convert

RGB 129 100 125 -
CMYK 0 0.22 0.03 0.49
HSL 308.28º 0.13% 0.45% -
HSV(B) 308.28º 0.22% 0.51% -
XYZ 17.31 15.26 21.44 -
YUV 111.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 129 100 125 0 0.22 0.03 0.49 308.28 0.13 0.45
Hex 81 64 7D 0 16 3 31 134 D 2D
Octal 201 144 175 0 26 3 61 464 15 55
Binary 10000001 1100100 1111101 0 10110 11 110001 100110100 1101 101101

Color Harmonies of #81647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81647D

Black with #81647D

Text Example


Text Example

White with #81647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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