#9356BC

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

Shades of Deep Lilac #9356BC

Tints of Deep Lilac #9356BC

Color information

#9356BC (or 0x9356BC) is unknown color: approx Deep Lilac. HEX triplet: 93, 56 and BC. RGB value is (147,86,188). Sum of RGB (Red+Green+Blue) = 147+86+188=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #9356BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9356BC is #6CA943. Grayscale: #737373. Windows color (decimal): -7121220 or 12342931. OLE color: 12342931.

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

Color convert

RGB14786188-
CMYK0.220.5400.26
HSL275.88º43.22%53.73%-
HSV(B)275.88º54.26%73.73%-
XYZ24.4416.4949.47-
YUV115.87168.71150.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 86 (33.98% from 255) = 20.43%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=34.92%
G=20.43%
B=44.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147861880.220.5400.26275.8843.2253.73
Hex9356BC163601A1142b36
Octal22312627426660324245366
Binary1001001110101101011110010110110110011010100010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9356BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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