#9351ba

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

Shades of Deep Lilac #9351BA

Tints of Deep Lilac #9351BA

Color information

#9351BA (or 0x9351BA) is unknown color: approx Deep Lilac. HEX triplet: 93, 51 and BA. RGB value is (147,81,186). Sum of RGB (Red+Green+Blue) = 147+81+186=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #9351BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351BA is #6CAE45. Grayscale: #707070. Windows color (decimal): -7122502 or 12210579. OLE color: 12210579.

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

Color convert

RGB14781186-
CMYK0.210.5600.27
HSL277.71º43.21%52.35%-
HSV(B)277.71º56.45%72.94%-
XYZ23.8415.6348.22-
YUV112.7169.37152.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 81 (32.03% from 255) = 19.57%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=35.51%
G=19.57%
B=44.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147811860.210.5600.27277.7143.2152.35
Hex9351BA153801B1162b34
Octal22312127225700334265364
Binary1001001110100011011101010101111000011011100010110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9351ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9351ba; }

 p { color: rgb(147,81,186); }

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

<style>
 a { background-color: #9351ba; }

 a { background-color: rgb(147,81,186); }

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

<style>
 span { border-color: #9351ba; }

 span { border-color: rgb(147,81,186); }

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