#9B3BAC

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

Shades of Deep Lilac #9B3BAC

Tints of Deep Lilac #9B3BAC

Color information

#9B3BAC (or 0x9B3BAC) is unknown color: approx Deep Lilac. HEX triplet: 9B, 3B and AC. RGB value is (155,59,172). Sum of RGB (Red+Green+Blue) = 155+59+172=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B3BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3BAC is #64C453. Grayscale: #646464. Windows color (decimal): -6603860 or 11287451. OLE color: 11287451.

HSL color Cylindrical-coordinate representation of color #9B3BAC: hue angle of 290.97º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3BAC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15559172-
CMYK0.100.6600.33
HSL290.97º48.92%45.29%-
HSV(B)290.97º65.7%67.45%-
XYZ22.5313.0840.37-
YUV100.59168.3166.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 59 (23.44% from 255) = 15.28%
BLUE value IS 172 (67.58% from 255) = 44.56%
R=40.16%
G=15.28%
B=44.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155591720.100.6600.33290.9748.9245.29
Hex9B3BACA42021123312d
Octal23373254121020414436155
Binary1001101111101110101100101010000100100001100100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,59,172); }

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

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

 a { background-color: rgb(155,59,172); }

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

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

 span { border-color: rgb(155,59,172); }

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