Html Css Color HEX #81667B Old Lavender

📋 copy color: '#81667B'

red 129 ◦ green 102 ◦ blue 123

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

Shades of Old Lavender #81667B

Tints of Old Lavender #81667B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.75%

R = 36.44%
G = 28.81%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#81667B (or 0x81667B) is known color: Old Lavender. HEX triplet: 81, 66 and 7B. RGB value is (129,102,123). Sum of RGB (Red+Green+Blue) = 129+102+123=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #81667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81667B is #7E9984. Grayscale: #707070. Windows color (decimal): -8296837 or 8087169. OLE color: 8087169.

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

Color convert

RGB 129 102 123 -
CMYK 0 0.21 0.05 0.49
HSL 313.33º 0.12% 0.45% -
HSV(B) 313.33º 0.21% 0.51% -
XYZ 17.38 15.6 20.83 -
YUV 112.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 129 102 123 0 0.21 0.05 0.49 313.33 0.12 0.45
Hex 81 66 7B 0 15 5 31 139 C 2D
Octal 201 146 173 0 25 5 61 471 14 55
Binary 10000001 1100110 1111011 0 10101 101 110001 100111001 1100 101101

Color Harmonies of #81667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81667B

Black with #81667B

Text Example


Text Example

White with #81667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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