#9361BC

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

Shades of Deep Lilac #9361BC

Tints of Deep Lilac #9361BC

Color information

#9361BC (or 0x9361BC) is unknown color: approx Deep Lilac. HEX triplet: 93, 61 and BC. RGB value is (147,97,188). Sum of RGB (Red+Green+Blue) = 147+97+188=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #9361BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361BC is #6C9E43. Grayscale: #7A7A7A. Windows color (decimal): -7118404 or 12345747. OLE color: 12345747.

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

Color convert

RGB14797188-
CMYK0.220.4800.26
HSL272.97º40.44%55.88%-
HSV(B)272.97º48.4%73.73%-
XYZ25.3818.3849.79-
YUV122.32165.06145.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=34.03%
G=22.45%
B=43.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147971880.220.4800.26272.9740.4455.88
Hex9361BC163001A1112838
Octal22314127426600324215070
Binary1001001111000011011110010110110000011010100010001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9361BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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