#9B4FBA

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

Shades of Deep Lilac #9B4FBA

Tints of Deep Lilac #9B4FBA

Color information

#9B4FBA (or 0x9B4FBA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 4F and BA. RGB value is (155,79,186). Sum of RGB (Red+Green+Blue) = 155+79+186=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4FBA is #64B045. Grayscale: #717171. Windows color (decimal): -6598726 or 12210075. OLE color: 12210075.

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

Color convert

RGB15579186-
CMYK0.170.5800.27
HSL282.62º43.67%51.96%-
HSV(B)282.62º57.53%72.94%-
XYZ25.1816.1148.24-
YUV113.92168.68157.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.90%
GREEN value IS 79 (31.25% from 255) = 18.81%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=36.90%
G=18.81%
B=44.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155791860.170.5800.27282.6243.6751.96
Hex9B4FBA113A01B11b2c34
Octal23311727221720334335464
Binary1001101110011111011101010001111010011011100011011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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