#81607B

Color #81607B Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #81607B

Tints of Old Lavender #81607B

Color information

#81607B (or 0x81607B) is unknown color: approx Old Lavender. HEX triplet: 81, 60 and 7B. RGB value is (129,96,123). Sum of RGB (Red+Green+Blue) = 129+96+123=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #81607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81607B is #7E9F84. Grayscale: #6C6C6C. Windows color (decimal): -8298373 or 8085633. OLE color: 8085633.

HSL color Cylindrical-coordinate representation of color #81607B: hue angle of 310.91º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81607B is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB12996123-
CMYK00.260.050.49
HSL310.91º14.67%44.12%-
HSV(B)310.91º25.58%50.59%-
XYZ16.8114.4620.64-
YUV108.94135.93142.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=37.07%
G=27.59%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299612300.260.050.49310.9114.6744.12
Hex81607B01A531137f2c
Octal2011401730325614671754
Binary10000001110000011110110110101011100011001101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81607B;
 }
 .AnyTagClassName
 {
   color: #81607B;
 }
</style>
background-color css

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

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

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

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

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

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