#9354C9

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

Shades of Deep Lilac #9354C9

Tints of Deep Lilac #9354C9

Color information

#9354C9 (or 0x9354C9) is unknown color: approx Deep Lilac. HEX triplet: 93, 54 and C9. RGB value is (147,84,201). Sum of RGB (Red+Green+Blue) = 147+84+201=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #9354C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9354C9 is #6CAB36. Grayscale: #737373. Windows color (decimal): -7121719 or 13194387. OLE color: 13194387.

HSL color Cylindrical-coordinate representation of color #9354C9: hue angle of 272.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9354C9 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14784201-
CMYK0.270.5800.21
HSL272.31º52%55.88%-
HSV(B)272.31º58.21%78.82%-
XYZ25.7516.7657.14-
YUV116.18175.87149.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 201 (78.91% from 255) = 46.53%
R=34.03%
G=19.44%
B=46.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147842010.270.5800.21272.315255.88
Hex9354C91B3A0151103438
Octal22312431133720254206470
Binary1001001110101001100100111011111010010101100010000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9354C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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