#8C54BE

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

Shades of Deep Lilac #8C54BE

Tints of Deep Lilac #8C54BE

Color information

#8C54BE (or 0x8C54BE) is unknown color: approx Deep Lilac. HEX triplet: 8C, 54 and BE. RGB value is (140,84,190). Sum of RGB (Red+Green+Blue) = 140+84+190=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 84 (33.20% from 255 or 20.29% 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 #8C54BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C54BE is #73AB41. Grayscale: #707070. Windows color (decimal): -7580482 or 12473484. OLE color: 12473484.

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

Color convert

RGB14084190-
CMYK0.260.5600.25
HSL271.7º44.92%53.73%-
HSV(B)271.7º55.79%74.51%-
XYZ23.2815.6350.51-
YUV112.83171.55147.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=33.82%
G=20.29%
B=45.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140841900.260.5600.25271.744.9253.73
Hex8C54BE1A380191102d36
Octal21412427632700314205566
Binary1000110010101001011111011010111000011001100010000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,84,190); }

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

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

 a { background-color: rgb(140,84,190); }

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

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

 span { border-color: rgb(140,84,190); }

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