#9357BD

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

Shades of Deep Lilac #9357BD

Tints of Deep Lilac #9357BD

Color information

#9357BD (or 0x9357BD) is unknown color: approx Deep Lilac. HEX triplet: 93, 57 and BD. RGB value is (147,87,189). Sum of RGB (Red+Green+Blue) = 147+87+189=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #9357BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9357BD is #6CA842. Grayscale: #747474. Windows color (decimal): -7120963 or 12408723. OLE color: 12408723.

HSL color Cylindrical-coordinate representation of color #9357BD: hue angle of 275.29º degrees, saturation: 0.44, 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 #9357BD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14787189-
CMYK0.220.5400.26
HSL275.29º43.59%54.12%-
HSV(B)275.29º53.97%74.12%-
XYZ24.6316.6950.07-
YUV116.57168.88149.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=34.75%
G=20.57%
B=44.68%

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
Decimal147871890.220.5400.26275.2943.5954.12
Hex9357BD163601A1132c36
Octal22312727526660324235466
Binary1001001110101111011110110110110110011010100010011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9357BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9357BD; }

 p { color: rgb(147,87,189); }

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

<style>
 a { background-color: #9357BD; }

 a { background-color: rgb(147,87,189); }

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

<style>
 span { border-color: #9357BD; }

 span { border-color: rgb(147,87,189); }

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