#8E60B1

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

Shades of Deep Lilac #8E60B1

Tints of Deep Lilac #8E60B1

Color information

#8E60B1 (or 0x8E60B1) is unknown color: approx Deep Lilac. HEX triplet: 8E, 60 and B1. RGB value is (142,96,177). Sum of RGB (Red+Green+Blue) = 142+96+177=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 177 - color contains mainly: blue. Hex color #8E60B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E60B1 is #719F4E. Grayscale: #767676. Windows color (decimal): -7446351 or 11624590. OLE color: 11624590.

HSL color Cylindrical-coordinate representation of color #8E60B1: hue angle of 274.07º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E60B1 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14296177-
CMYK0.200.4600.31
HSL274.07º34.18%53.53%-
HSV(B)274.07º45.76%69.41%-
XYZ23.2717.2943.71-
YUV118.99160.74144.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.22%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 177 (69.53% from 255) = 42.65%
R=34.22%
G=23.13%
B=42.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142961770.200.4600.31274.0734.1853.53
Hex8E60B1142E01F1122236
Octal21614026124560374224266
Binary1000111011000001011000110100101110011111100010010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E60B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,177); }

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

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

 a { background-color: rgb(142,96,177); }

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

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

 span { border-color: rgb(142,96,177); }

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