#9359BC

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

Shades of Deep Lilac #9359BC

Tints of Deep Lilac #9359BC

Color information

#9359BC (or 0x9359BC) is unknown color: approx Deep Lilac. HEX triplet: 93, 59 and BC. RGB value is (147,89,188). Sum of RGB (Red+Green+Blue) = 147+89+188=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #9359BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359BC is #6CA643. Grayscale: #757575. Windows color (decimal): -7120452 or 12343699. OLE color: 12343699.

HSL color Cylindrical-coordinate representation of color #9359BC: hue angle of 275.15º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9359BC is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14789188-
CMYK0.220.5300.26
HSL275.15º42.49%54.31%-
HSV(B)275.15º52.66%73.73%-
XYZ24.6816.9849.55-
YUV117.63167.72148.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=34.67%
G=20.99%
B=44.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147891880.220.5300.26275.1542.4954.31
Hex9359BC163501A1132a36
Octal22313127426650324235266
Binary1001001110110011011110010110110101011010100010011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9359BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9359BC; }

 p { color: rgb(147,89,188); }

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

<style>
 a { background-color: #9359BC; }

 a { background-color: rgb(147,89,188); }

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

<style>
 span { border-color: #9359BC; }

 span { border-color: rgb(147,89,188); }

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