#9B57BA

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

Shades of Deep Lilac #9B57BA

Tints of Deep Lilac #9B57BA

Color information

#9B57BA (or 0x9B57BA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 57 and BA. RGB value is (155,87,186). Sum of RGB (Red+Green+Blue) = 155+87+186=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B57BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B57BA is #64A845. Grayscale: #767676. Windows color (decimal): -6596678 or 12212123. OLE color: 12212123.

HSL color Cylindrical-coordinate representation of color #9B57BA: hue angle of 281.21º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B57BA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15587186-
CMYK0.170.5300.27
HSL281.21º41.77%53.53%-
HSV(B)281.21º53.23%72.94%-
XYZ25.7917.3348.44-
YUV118.62166.03153.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=36.21%
G=20.33%
B=43.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155871860.170.5300.27281.2141.7753.53
Hex9B57BA113501B1192a36
Octal23312727221650334315266
Binary1001101110101111011101010001110101011011100011001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B57BA; }

 p { color: rgb(155,87,186); }

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

<style>
 a { background-color: #9B57BA; }

 a { background-color: rgb(155,87,186); }

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

<style>
 span { border-color: #9B57BA; }

 span { border-color: rgb(155,87,186); }

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