#8A7589

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

Shades of Old Lavender #8A7589

Tints of Old Lavender #8A7589

Color information

#8A7589 (or 0x8A7589) is unknown color: approx Old Lavender. HEX triplet: 8A, 75 and 89. RGB value is (138,117,137). Sum of RGB (Red+Green+Blue) = 138+117+137=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7589 is #758A76. Grayscale: #7D7D7D. Windows color (decimal): -7703159 or 9008522. OLE color: 9008522.

HSL color Cylindrical-coordinate representation of color #8A7589: hue angle of 302.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A7589 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB138117137-
CMYK00.150.010.46
HSL302.86º8.24%50%-
HSV(B)302.86º15.22%54.12%-
XYZ21.3619.9326.39-
YUV125.56134.46136.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=35.20%
G=29.85%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811713700.150.010.46302.868.2450
Hex8A75890F12E12f832
Octal2121652110171564571062
Binary100010101110101100010010111111011101001011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7589; }

 p { color: rgb(138,117,137); }

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

<style>
 a { background-color: #8A7589; }

 a { background-color: rgb(138,117,137); }

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

<style>
 span { border-color: #8A7589; }

 span { border-color: rgb(138,117,137); }

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