#9B56BD

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

Shades of Deep Lilac #9B56BD

Tints of Deep Lilac #9B56BD

Color information

#9B56BD (or 0x9B56BD) is unknown color: approx Deep Lilac. HEX triplet: 9B, 56 and BD. RGB value is (155,86,189). Sum of RGB (Red+Green+Blue) = 155+86+189=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B56BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B56BD is #64A942. Grayscale: #767676. Windows color (decimal): -6596931 or 12408475. OLE color: 12408475.

HSL color Cylindrical-coordinate representation of color #9B56BD: hue angle of 280.19º 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 #9B56BD is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15586189-
CMYK0.180.5400.26
HSL280.19º43.83%53.92%-
HSV(B)280.19º54.5%74.12%-
XYZ26.0317.350.11-
YUV118.37167.86154.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 86 (33.98% from 255) = 20%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=36.05%
G=20%
B=43.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal155861890.180.5400.26280.1943.8353.92
Hex9B56BD123601A1182c36
Octal23312627522660324305466
Binary1001101110101101011110110010110110011010100011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B56BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,86,189); }

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

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

 a { background-color: rgb(155,86,189); }

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

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

 span { border-color: rgb(155,86,189); }

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