#9354BE

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

Shades of Deep Lilac #9354BE

Tints of Deep Lilac #9354BE

Color information

#9354BE (or 0x9354BE) is unknown color: approx Deep Lilac. HEX triplet: 93, 54 and BE. RGB value is (147,84,190). Sum of RGB (Red+Green+Blue) = 147+84+190=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #9354BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9354BE is #6CAB41. Grayscale: #727272. Windows color (decimal): -7121730 or 12473491. OLE color: 12473491.

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

Color convert

RGB14784190-
CMYK0.230.5600.25
HSL275.66º44.92%53.73%-
HSV(B)275.66º55.79%74.51%-
XYZ24.516.2650.56-
YUV114.92170.37150.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=34.92%
G=19.95%
B=45.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147841900.230.5600.25275.6644.9253.73
Hex9354BE17380191142d36
Octal22312427627700314245566
Binary1001001110101001011111010111111000011001100010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9354BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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