#9B4FBB

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

Shades of Deep Lilac #9B4FBB

Tints of Deep Lilac #9B4FBB

Color information

#9B4FBB (or 0x9B4FBB) is unknown color: approx Deep Lilac. HEX triplet: 9B, 4F and BB. RGB value is (155,79,187). Sum of RGB (Red+Green+Blue) = 155+79+187=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B4FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B4FBB is #64B044. Grayscale: #717171. Windows color (decimal): -6598725 or 12275611. OLE color: 12275611.

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

Color convert

RGB15579187-
CMYK0.170.5800.27
HSL282.22º44.26%52.16%-
HSV(B)282.22º57.75%73.33%-
XYZ25.2816.1548.8-
YUV114.04169.18157.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 187 (73.44% from 255) = 44.42%
R=36.82%
G=18.76%
B=44.42%

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
Decimal155791870.170.5800.27282.2244.2652.16
Hex9B4FBB113A01B11a2c34
Octal23311727321720334325464
Binary1001101110011111011101110001111010011011100011010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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