#9A3AAD

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

Shades of Deep Lilac #9A3AAD

Tints of Deep Lilac #9A3AAD

Color information

#9A3AAD (or 0x9A3AAD) is unknown color: approx Deep Lilac. HEX triplet: 9A, 3A and AD. RGB value is (154,58,173). Sum of RGB (Red+Green+Blue) = 154+58+173=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3AAD is #65C552. Grayscale: #636363. Windows color (decimal): -6669651 or 11352730. OLE color: 11352730.

HSL color Cylindrical-coordinate representation of color #9A3AAD: hue angle of 290.09º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3AAD is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15458173-
CMYK0.110.6600.32
HSL290.09º49.78%45.29%-
HSV(B)290.09º66.47%67.84%-
XYZ22.3812.9140.85-
YUV99.81169.3166.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40%
GREEN value IS 58 (23.05% from 255) = 15.06%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=40%
G=15.06%
B=44.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154581730.110.6600.32290.0949.7845.29
Hex9A3AADB42020122322d
Octal23272255131020404426255
Binary1001101011101010101101101110000100100000100100010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,58,173); }

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

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

 a { background-color: rgb(154,58,173); }

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

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

 span { border-color: rgb(154,58,173); }

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