#9349CA

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

Shades of Deep Lilac #9349CA

Tints of Deep Lilac #9349CA

Color information

#9349CA (or 0x9349CA) is unknown color: approx Deep Lilac. HEX triplet: 93, 49 and CA. RGB value is (147,73,202). Sum of RGB (Red+Green+Blue) = 147+73+202=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #9349CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9349CA is #6CB635. Grayscale: #6D6D6D. Windows color (decimal): -7124534 or 13257107. OLE color: 13257107.

HSL color Cylindrical-coordinate representation of color #9349CA: hue angle of 274.42º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9349CA is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14773202-
CMYK0.270.6400.21
HSL274.42º54.89%53.92%-
HSV(B)274.42º63.86%79.22%-
XYZ25.0815.2357.5-
YUV109.83180.02154.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=34.83%
G=17.30%
B=47.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147732020.270.6400.21274.4254.8953.92
Hex9349CA1B400151123736
Octal223111312331000254226766
Binary10010011100100111001010110111000000010101100010010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9349CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9349CA; }

 p { color: rgb(147,73,202); }

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

<style>
 a { background-color: #9349CA; }

 a { background-color: rgb(147,73,202); }

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

<style>
 span { border-color: #9349CA; }

 span { border-color: rgb(147,73,202); }

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