#9350CA

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

Shades of Deep Lilac #9350CA

Tints of Deep Lilac #9350CA

Color information

#9350CA (or 0x9350CA) is unknown color: approx Deep Lilac. HEX triplet: 93, 50 and CA. RGB value is (147,80,202). Sum of RGB (Red+Green+Blue) = 147+80+202=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #9350CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350CA is #6CAF35. Grayscale: #717171. Windows color (decimal): -7122742 or 13258899. OLE color: 13258899.

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

Color convert

RGB14780202-
CMYK0.270.6000.21
HSL272.95º53.51%55.29%-
HSV(B)272.95º60.4%79.22%-
XYZ25.5616.257.66-
YUV113.94177.7151.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 80 (31.64% from 255) = 18.65%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=34.27%
G=18.65%
B=47.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147802020.270.6000.21272.9553.5155.29
Hex9350CA1B3C0151113637
Octal22312031233740254216667
Binary1001001110100001100101011011111100010101100010001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9350CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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