Html Css Color HEX #81667E Old Lavender

📋 copy color: '#81667E'

red 129 ◦ green 102 ◦ blue 126

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

Shades of Old Lavender #81667E

Tints of Old Lavender #81667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

 BLUE value IS 126 (49.61% from 255) = 35.29%

R = 36.13%
G = 28.57%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81667E (or 0x81667E) is known color: Old Lavender. HEX triplet: 81, 66 and 7E. RGB value is (129,102,126). Sum of RGB (Red+Green+Blue) = 129+102+126=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #81667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81667E is #7E9981. Grayscale: #707070. Windows color (decimal): -8296834 or 8283777. OLE color: 8283777.

HSL color Cylindrical-coordinate representation of color #81667E: hue angle of 306.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81667E is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 102 126 -
CMYK 0 0.21 0.02 0.49
HSL 306.67º 0.12% 0.45% -
HSV(B) 306.67º 0.21% 0.51% -
XYZ 17.57 15.68 21.84 -
YUV 112.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 129 102 126 0 0.21 0.02 0.49 306.67 0.12 0.45
Hex 81 66 7E 0 15 2 31 133 C 2D
Octal 201 146 176 0 25 2 61 463 14 55
Binary 10000001 1100110 1111110 0 10101 10 110001 100110011 1100 101101

Color Harmonies of #81667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81667E

Black with #81667E

Text Example


Text Example

White with #81667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81667E; }

 p { color: rgb(129,102,126); }

 H1.HeaderClassName
 {
   color: #81667E;
 }
 .AnyTagClassName
 {
   color: #81667E;
 }
</style>

background-color css

<style>
 a { background-color: #81667E; }

 a { background-color: rgb(129,102,126); }

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

border-color css

<style>
 span { border-color: #81667E; }

 span { border-color: rgb(129,102,126); }

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