#8A5EBF

Color #8A5EBF Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #8A5EBF

Tints of Lilac Bush #8A5EBF

Color information

#8A5EBF (or 0x8A5EBF) is unknown color: approx Lilac Bush. HEX triplet: 8A, 5E and BF. RGB value is (138,94,191). Sum of RGB (Red+Green+Blue) = 138+94+191=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A5EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5EBF is #75A140. Grayscale: #757575. Windows color (decimal): -7708993 or 12541578. OLE color: 12541578.

HSL color Cylindrical-coordinate representation of color #8A5EBF: hue angle of 267.22º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A5EBF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13894191-
CMYK0.280.5100.25
HSL267.22º43.11%55.88%-
HSV(B)267.22º50.79%74.9%-
XYZ23.8917.1751.35-
YUV118.21169.08142.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 191 (75% from 255) = 45.15%
R=32.62%
G=22.22%
B=45.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138941910.280.5100.25267.2243.1155.88
Hex8A5EBF1C3301910b2b38
Octal21213627734630314135370
Binary1000101010111101011111111100110011011001100001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,94,191); }

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

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

 a { background-color: rgb(138,94,191); }

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

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

 span { border-color: rgb(138,94,191); }

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