#9362BA

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

Shades of Deep Lilac #9362BA

Tints of Deep Lilac #9362BA

Color information

#9362BA (or 0x9362BA) is unknown color: approx Deep Lilac. HEX triplet: 93, 62 and BA. RGB value is (147,98,186). Sum of RGB (Red+Green+Blue) = 147+98+186=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #9362BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9362BA is #6C9D45. Grayscale: #7A7A7A. Windows color (decimal): -7118150 or 12214931. OLE color: 12214931.

HSL color Cylindrical-coordinate representation of color #9362BA: hue angle of 273.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9362BA is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14798186-
CMYK0.210.4700.27
HSL273.41º38.94%55.69%-
HSV(B)273.41º47.31%72.94%-
XYZ25.2618.4848.69-
YUV122.68163.73145.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=34.11%
G=22.74%
B=43.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147981860.210.4700.27273.4138.9455.69
Hex9362BA152F01B1112738
Octal22314227225570334214770
Binary1001001111000101011101010101101111011011100010001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9362BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9362BA; }

 p { color: rgb(147,98,186); }

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

<style>
 a { background-color: #9362BA; }

 a { background-color: rgb(147,98,186); }

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

<style>
 span { border-color: #9362BA; }

 span { border-color: rgb(147,98,186); }

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