#9A5CAD

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

Shades of Deep Lilac #9A5CAD

Tints of Deep Lilac #9A5CAD

Color information

#9A5CAD (or 0x9A5CAD) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5C and AD. RGB value is (154,92,173). Sum of RGB (Red+Green+Blue) = 154+92+173=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A5CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5CAD is #65A352. Grayscale: #777777. Windows color (decimal): -6660947 or 11361434. OLE color: 11361434.

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

Color convert

RGB15492173-
CMYK0.110.4700.32
HSL285.93º33.06%51.96%-
HSV(B)285.93º46.82%67.84%-
XYZ24.717.5441.62-
YUV119.77158.04152.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.75%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=36.75%
G=21.96%
B=41.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154921730.110.4700.32285.9333.0651.96
Hex9A5CADB2F02011e2134
Octal23213425513570404364164
Binary1001101010111001010110110111011110100000100011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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