#9B5FBA

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

Shades of Deep Lilac #9B5FBA

Tints of Deep Lilac #9B5FBA

Color information

#9B5FBA (or 0x9B5FBA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 5F and BA. RGB value is (155,95,186). Sum of RGB (Red+Green+Blue) = 155+95+186=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B5FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FBA is #64A045. Grayscale: #7B7B7B. Windows color (decimal): -6594630 or 12214171. OLE color: 12214171.

HSL color Cylindrical-coordinate representation of color #9B5FBA: hue angle of 279.56º 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 #9B5FBA is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15595186-
CMYK0.170.4900.27
HSL279.56º39.74%55.1%-
HSV(B)279.56º48.92%72.94%-
XYZ26.4718.748.67-
YUV123.31163.38150.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=35.55%
G=21.79%
B=42.66%

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
Decimal155951860.170.4900.27279.5639.7455.1
Hex9B5FBA113101B1182837
Octal23313727221610334305067
Binary1001101110111111011101010001110001011011100011000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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