#8F60BA

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

Shades of Deep Lilac #8F60BA

Tints of Deep Lilac #8F60BA

Color information

#8F60BA (or 0x8F60BA) is unknown color: approx Deep Lilac. HEX triplet: 8F, 60 and BA. RGB value is (143,96,186). Sum of RGB (Red+Green+Blue) = 143+96+186=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F60BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F60BA is #709F45. Grayscale: #787878. Windows color (decimal): -7380806 or 12214415. OLE color: 12214415.

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

Color convert

RGB14396186-
CMYK0.230.4800.27
HSL271.33º39.47%55.29%-
HSV(B)271.33º48.39%72.94%-
XYZ24.3717.7548.6-
YUV120.31165.07144.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=33.65%
G=22.59%
B=43.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143961860.230.4800.27271.3339.4755.29
Hex8F60BA173001B10f2737
Octal21714027227600334174767
Binary1000111111000001011101010111110000011011100001111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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