Html Css Color HEX #81667C Old Lavender

📋 copy color: '#81667C'

red 129 ◦ green 102 ◦ blue 124

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

Shades of Old Lavender #81667C

Tints of Old Lavender #81667C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 36.34%
G = 28.73%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81667C (or 0x81667C) is known color: Old Lavender. HEX triplet: 81, 66 and 7C. RGB value is (129,102,124). Sum of RGB (Red+Green+Blue) = 129+102+124=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #81667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81667C is #7E9983. Grayscale: #707070. Windows color (decimal): -8296836 or 8152705. OLE color: 8152705.

HSL color Cylindrical-coordinate representation of color #81667C: hue angle of 311.11º 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 #81667C is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 102 124 -
CMYK 0 0.21 0.04 0.49
HSL 311.11º 0.12% 0.45% -
HSV(B) 311.11º 0.21% 0.51% -
XYZ 17.44 15.63 21.17 -
YUV 112.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 129 102 124 0 0.21 0.04 0.49 311.11 0.12 0.45
Hex 81 66 7C 0 15 4 31 137 C 2D
Octal 201 146 174 0 25 4 61 467 14 55
Binary 10000001 1100110 1111100 0 10101 100 110001 100110111 1100 101101

Color Harmonies of #81667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81667C

Black with #81667C

Text Example


Text Example

White with #81667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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