#8A5EB1

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

Shades of Deep Lilac #8A5EB1

Tints of Deep Lilac #8A5EB1

Color information

#8A5EB1 (or 0x8A5EB1) is unknown color: approx Deep Lilac. HEX triplet: 8A, 5E and B1. RGB value is (138,94,177). Sum of RGB (Red+Green+Blue) = 138+94+177=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 177 - color contains mainly: blue. Hex color #8A5EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5EB1 is #75A14E. Grayscale: #747474. Windows color (decimal): -7709007 or 11624074. OLE color: 11624074.

HSL color Cylindrical-coordinate representation of color #8A5EB1: hue angle of 271.81º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A5EB1 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13894177-
CMYK0.220.4700.31
HSL271.81º34.73%53.14%-
HSV(B)271.81º46.89%69.41%-
XYZ22.4216.5843.61-
YUV116.62162.08143.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 177 (69.53% from 255) = 43.28%
R=33.74%
G=22.98%
B=43.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138941770.220.4700.31271.8134.7353.14
Hex8A5EB1162F01F1102335
Octal21213626126570374204365
Binary1000101010111101011000110110101111011111100010000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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