#9E54BE

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

Shades of Deep Lilac #9E54BE

Tints of Deep Lilac #9E54BE

Color information

#9E54BE (or 0x9E54BE) is unknown color: approx Deep Lilac. HEX triplet: 9E, 54 and BE. RGB value is (158,84,190). Sum of RGB (Red+Green+Blue) = 158+84+190=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E54BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E54BE is #61AB41. Grayscale: #757575. Windows color (decimal): -6400834 or 12473502. OLE color: 12473502.

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

Color convert

RGB15884190-
CMYK0.170.5600.25
HSL281.89º44.92%53.73%-
HSV(B)281.89º55.79%74.51%-
XYZ26.5717.3350.66-
YUV118.21168.52156.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.57%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=36.57%
G=19.44%
B=43.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158841900.170.5600.25281.8944.9253.73
Hex9E54BE113801911a2d36
Octal23612427621700314325566
Binary1001111010101001011111010001111000011001100011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E54BE; }

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

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

<style>
 a { background-color: #9E54BE; }

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

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

<style>
 span { border-color: #9E54BE; }

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

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