#9B3FAD

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

Shades of Deep Lilac #9B3FAD

Tints of Deep Lilac #9B3FAD

Color information

#9B3FAD (or 0x9B3FAD) is unknown color: approx Deep Lilac. HEX triplet: 9B, 3F and AD. RGB value is (155,63,173). Sum of RGB (Red+Green+Blue) = 155+63+173=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B3FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3FAD is #64C052. Grayscale: #666666. Windows color (decimal): -6602835 or 11354011. OLE color: 11354011.

HSL color Cylindrical-coordinate representation of color #9B3FAD: hue angle of 290.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B3FAD is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15563173-
CMYK0.100.6400.32
HSL290.18º46.61%46.27%-
HSV(B)290.18º63.58%67.84%-
XYZ22.8413.5440.95-
YUV103.05167.48165.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.64%
GREEN value IS 63 (25% from 255) = 16.11%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=39.64%
G=16.11%
B=44.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155631730.100.6400.32290.1846.6146.27
Hex9B3FADA400201222f2e
Octal23377255121000404425756
Binary1001101111111110101101101010000000100000100100010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,63,173); }

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

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

 a { background-color: rgb(155,63,173); }

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

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

 span { border-color: rgb(155,63,173); }

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