#9B5CBA

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

Shades of Deep Lilac #9B5CBA

Tints of Deep Lilac #9B5CBA

Color information

#9B5CBA (or 0x9B5CBA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 5C and BA. RGB value is (155,92,186). Sum of RGB (Red+Green+Blue) = 155+92+186=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5CBA is #64A345. Grayscale: #797979. Windows color (decimal): -6595398 or 12213403. OLE color: 12213403.

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

Color convert

RGB15592186-
CMYK0.170.5100.27
HSL280.21º40.52%54.51%-
HSV(B)280.21º50.54%72.94%-
XYZ26.2118.1748.58-
YUV121.55164.37151.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=35.80%
G=21.25%
B=42.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155921860.170.5100.27280.2140.5254.51
Hex9B5CBA113301B1182937
Octal23313427221630334305167
Binary1001101110111001011101010001110011011011100011000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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