#9b44ba

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

Shades of Deep Lilac #9B44BA

Tints of Deep Lilac #9B44BA

Color information

#9B44BA (or 0x9B44BA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 44 and BA. RGB value is (155,68,186). Sum of RGB (Red+Green+Blue) = 155+68+186=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B44BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B44BA is #64BB45. Grayscale: #6B6B6B. Windows color (decimal): -6601542 or 12207259. OLE color: 12207259.

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

Color convert

RGB15568186-
CMYK0.170.6300.27
HSL284.24º46.46%49.8%-
HSV(B)284.24º63.44%72.94%-
XYZ24.4514.6547.99-
YUV107.46172.32161.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 68 (26.95% from 255) = 16.63%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=37.90%
G=16.63%
B=45.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155681860.170.6300.27284.2446.4649.8
Hex9B44BA113F01B11c2e32
Octal23310427221770334345662
Binary1001101110001001011101010001111111011011100011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b44ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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