#8A5ABE

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

Shades of Deep Lilac #8A5ABE

Tints of Deep Lilac #8A5ABE

Color information

#8A5ABE (or 0x8A5ABE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 5A and BE. RGB value is (138,90,190). Sum of RGB (Red+Green+Blue) = 138+90+190=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A5ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ABE is #75A541. Grayscale: #737373. Windows color (decimal): -7710018 or 12475018. OLE color: 12475018.

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

Color convert

RGB13890190-
CMYK0.270.5300.25
HSL268.8º43.48%54.9%-
HSV(B)268.8º52.63%74.51%-
XYZ23.4316.4350.65-
YUV115.75169.9143.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.01%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=33.01%
G=21.53%
B=45.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138901900.270.5300.25268.843.4854.9
Hex8A5ABE1B3501910d2b37
Octal21213227633650314155367
Binary1000101010110101011111011011110101011001100001101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,90,190); }

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

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

 a { background-color: rgb(138,90,190); }

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

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

 span { border-color: rgb(138,90,190); }

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