#9354BF

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

Shades of Deep Lilac #9354BF

Tints of Deep Lilac #9354BF

Color information

#9354BF (or 0x9354BF) is unknown color: approx Deep Lilac. HEX triplet: 93, 54 and BF. RGB value is (147,84,191). Sum of RGB (Red+Green+Blue) = 147+84+191=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #9354BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9354BF is #6CAB40. Grayscale: #727272. Windows color (decimal): -7121729 or 12539027. OLE color: 12539027.

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

Color convert

RGB14784191-
CMYK0.230.5600.25
HSL275.33º45.53%53.92%-
HSV(B)275.33º56.02%74.9%-
XYZ24.6116.3151.14-
YUV115.04170.87150.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 191 (75% from 255) = 45.26%
R=34.83%
G=19.91%
B=45.26%

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
Decimal147841910.230.5600.25275.3345.5353.92
Hex9354BF17380191132e36
Octal22312427727700314235666
Binary1001001110101001011111110111111000011001100010011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9354BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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