#8954BE

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

Shades of Deep Lilac #8954BE

Tints of Deep Lilac #8954BE

Color information

#8954BE (or 0x8954BE) is unknown color: approx Deep Lilac. HEX triplet: 89, 54 and BE. RGB value is (137,84,190). Sum of RGB (Red+Green+Blue) = 137+84+190=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #8954BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954BE is #76AB41. Grayscale: #6F6F6F. Windows color (decimal): -7777090 or 12473481. OLE color: 12473481.

HSL color Cylindrical-coordinate representation of color #8954BE: hue angle of 270º 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 #8954BE is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13784190-
CMYK0.280.5600.25
HSL270º44.92%53.73%-
HSV(B)270º55.79%74.51%-
XYZ22.7815.3850.48-
YUV111.93172.06145.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.33%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=33.33%
G=20.44%
B=46.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137841900.280.5600.2527044.9253.73
Hex8954BE1C3801910e2d36
Octal21112427634700314165566
Binary1000100110101001011111011100111000011001100001110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8954BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8954BE; }

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

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

<style>
 a { background-color: #8954BE; }

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

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

<style>
 span { border-color: #8954BE; }

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

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