#8E52BE

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

Shades of Deep Lilac #8E52BE

Tints of Deep Lilac #8E52BE

Color information

#8E52BE (or 0x8E52BE) is unknown color: approx Deep Lilac. HEX triplet: 8E, 52 and BE. RGB value is (142,82,190). Sum of RGB (Red+Green+Blue) = 142+82+190=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E52BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E52BE is #71AD41. Grayscale: #6F6F6F. Windows color (decimal): -7449922 or 12472974. OLE color: 12472974.

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

Color convert

RGB14282190-
CMYK0.250.5700.25
HSL273.33º45.38%53.33%-
HSV(B)273.33º56.84%74.51%-
XYZ23.4715.550.47-
YUV112.25171.88149.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=34.30%
G=19.81%
B=45.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142821900.250.5700.25273.3345.3853.33
Hex8E52BE19390191112d35
Octal21612227631710314215565
Binary1000111010100101011111011001111001011001100010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,82,190); }

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

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

 a { background-color: rgb(142,82,190); }

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

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

 span { border-color: rgb(142,82,190); }

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