#9360BB

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

Shades of Deep Lilac #9360BB

Tints of Deep Lilac #9360BB

Color information

#9360BB (or 0x9360BB) is unknown color: approx Deep Lilac. HEX triplet: 93, 60 and BB. RGB value is (147,96,187). Sum of RGB (Red+Green+Blue) = 147+96+187=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #9360BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360BB is #6C9F44. Grayscale: #797979. Windows color (decimal): -7118661 or 12279955. OLE color: 12279955.

HSL color Cylindrical-coordinate representation of color #9360BB: hue angle of 273.63º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9360BB is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14796187-
CMYK0.210.4900.27
HSL273.63º40.09%55.49%-
HSV(B)273.63º48.66%73.33%-
XYZ25.1918.1649.19-
YUV121.62164.9146.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=34.19%
G=22.33%
B=43.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147961870.210.4900.27273.6340.0955.49
Hex9360BB153101B1122837
Octal22314027325610334225067
Binary1001001111000001011101110101110001011011100010010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9360BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9360BB; }

 p { color: rgb(147,96,187); }

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

<style>
 a { background-color: #9360BB; }

 a { background-color: rgb(147,96,187); }

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

<style>
 span { border-color: #9360BB; }

 span { border-color: rgb(147,96,187); }

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