#9B3CAC

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

Shades of Deep Lilac #9B3CAC

Tints of Deep Lilac #9B3CAC

Color information

#9B3CAC (or 0x9B3CAC) is unknown color: approx Deep Lilac. HEX triplet: 9B, 3C and AC. RGB value is (155,60,172). Sum of RGB (Red+Green+Blue) = 155+60+172=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B3CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3CAC is #64C353. Grayscale: #646464. Windows color (decimal): -6603604 or 11287707. OLE color: 11287707.

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

Color convert

RGB15560172-
CMYK0.100.6500.33
HSL290.89º48.28%45.49%-
HSV(B)290.89º65.12%67.45%-
XYZ22.5813.1840.38-
YUV101.17167.97166.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 60 (23.83% from 255) = 15.50%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=40.05%
G=15.50%
B=44.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155601720.100.6500.33290.8948.2845.49
Hex9B3CACA41021123302d
Octal23374254121010414436055
Binary1001101111110010101100101010000010100001100100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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