#9351AD

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

Shades of Deep Lilac #9351AD

Tints of Deep Lilac #9351AD

Color information

#9351AD (or 0x9351AD) is unknown color: approx Deep Lilac. HEX triplet: 93, 51 and AD. RGB value is (147,81,173). Sum of RGB (Red+Green+Blue) = 147+81+173=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #9351AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9351AD is #6CAE52. Grayscale: #6E6E6E. Windows color (decimal): -7122515 or 11358611. OLE color: 11358611.

HSL color Cylindrical-coordinate representation of color #9351AD: hue angle of 283.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9351AD is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14781173-
CMYK0.150.5300.32
HSL283.04º36.22%49.8%-
HSV(B)283.04º53.18%67.84%-
XYZ22.5215.1141.26-
YUV111.22162.87153.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=36.66%
G=20.20%
B=43.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147811730.150.5300.32283.0436.2249.8
Hex9351ADF3502011b2432
Octal22312125517650404334462
Binary1001001110100011010110111111101010100000100011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9351AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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