#9355AF

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

Shades of Deep Lilac #9355AF

Tints of Deep Lilac #9355AF

Color information

#9355AF (or 0x9355AF) is unknown color: approx Deep Lilac. HEX triplet: 93, 55 and AF. RGB value is (147,85,175). Sum of RGB (Red+Green+Blue) = 147+85+175=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #9355AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9355AF is #6CAA50. Grayscale: #717171. Windows color (decimal): -7121489 or 11490707. OLE color: 11490707.

HSL color Cylindrical-coordinate representation of color #9355AF: hue angle of 281.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9355AF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14785175-
CMYK0.160.5100.31
HSL281.33º36%50.98%-
HSV(B)281.33º51.43%68.63%-
XYZ23.0215.842.39-
YUV113.8162.54151.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.12%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=36.12%
G=20.88%
B=43.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147851750.160.5100.31281.333650.98
Hex9355AF103301F1192433
Octal22312525720630374314463
Binary1001001110101011010111110000110011011111100011001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9355AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9355AF; }

 p { color: rgb(147,85,175); }

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

<style>
 a { background-color: #9355AF; }

 a { background-color: rgb(147,85,175); }

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

<style>
 span { border-color: #9355AF; }

 span { border-color: rgb(147,85,175); }

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