#8F5ABA

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

Shades of Deep Lilac #8F5ABA

Tints of Deep Lilac #8F5ABA

Color information

#8F5ABA (or 0x8F5ABA) is unknown color: approx Deep Lilac. HEX triplet: 8F, 5A and BA. RGB value is (143,90,186). Sum of RGB (Red+Green+Blue) = 143+90+186=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F5ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5ABA is #70A545. Grayscale: #747474. Windows color (decimal): -7382342 or 12212879. OLE color: 12212879.

HSL color Cylindrical-coordinate representation of color #8F5ABA: hue angle of 273.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F5ABA is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14390186-
CMYK0.230.5200.27
HSL273.12º41.03%54.12%-
HSV(B)273.12º51.61%72.94%-
XYZ23.8516.748.42-
YUV116.79167.06146.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 90 (35.55% from 255) = 21.48%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=34.13%
G=21.48%
B=44.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143901860.230.5200.27273.1241.0354.12
Hex8F5ABA173401B1112936
Octal21713227227640334215166
Binary1000111110110101011101010111110100011011100010001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,90,186); }

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

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

 a { background-color: rgb(143,90,186); }

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

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

 span { border-color: rgb(143,90,186); }

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