#9B5EBA

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

Shades of Deep Lilac #9B5EBA

Tints of Deep Lilac #9B5EBA

Color information

#9B5EBA (or 0x9B5EBA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 5E and BA. RGB value is (155,94,186). Sum of RGB (Red+Green+Blue) = 155+94+186=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5EBA is #64A145. Grayscale: #7A7A7A. Windows color (decimal): -6594886 or 12213915. OLE color: 12213915.

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

Color convert

RGB15594186-
CMYK0.170.4900.27
HSL279.78º40%54.9%-
HSV(B)279.78º49.46%72.94%-
XYZ26.3818.5248.64-
YUV122.73163.71151.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.63%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=35.63%
G=21.61%
B=42.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155941860.170.4900.27279.784054.9
Hex9B5EBA113101B1182837
Octal23313627221610334305067
Binary1001101110111101011101010001110001011011100011000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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