#9B5BC5

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

Shades of Deep Lilac #9B5BC5

Tints of Deep Lilac #9B5BC5

Color information

#9B5BC5 (or 0x9B5BC5) is unknown color: approx Deep Lilac. HEX triplet: 9B, 5B and C5. RGB value is (155,91,197). Sum of RGB (Red+Green+Blue) = 155+91+197=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 197 - color contains mainly: blue. Hex color #9B5BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5BC5 is #64A43A. Grayscale: #797979. Windows color (decimal): -6595643 or 12934043. OLE color: 12934043.

HSL color Cylindrical-coordinate representation of color #9B5BC5: hue angle of 276.23º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B5BC5 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15591197-
CMYK0.210.5400.23
HSL276.23º47.75%56.47%-
HSV(B)276.23º53.81%77.25%-
XYZ27.3418.4854.95-
YUV122.22170.2151.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 197 (77.34% from 255) = 44.47%
R=34.99%
G=20.54%
B=44.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal155911970.210.5400.23276.2347.7556.47
Hex9B5BC515360171143038
Octal23313330525660274246070
Binary1001101110110111100010110101110110010111100010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,91,197); }

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

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

 a { background-color: rgb(155,91,197); }

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

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

 span { border-color: rgb(155,91,197); }

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