#9A55AD

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

Shades of Deep Lilac #9A55AD

Tints of Deep Lilac #9A55AD

Color information

#9A55AD (or 0x9A55AD) is unknown color: approx Deep Lilac. HEX triplet: 9A, 55 and AD. RGB value is (154,85,173). Sum of RGB (Red+Green+Blue) = 154+85+173=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A55AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A55AD is #65AA52. Grayscale: #737373. Windows color (decimal): -6662739 or 11359642. OLE color: 11359642.

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

Color convert

RGB15485173-
CMYK0.110.5100.32
HSL287.05º34.92%50.59%-
HSV(B)287.05º50.87%67.84%-
XYZ24.1216.3841.43-
YUV115.66160.36155.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.38%
GREEN value IS 85 (33.59% from 255) = 20.63%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=37.38%
G=20.63%
B=41.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal154851730.110.5100.32287.0534.9250.59
Hex9A55ADB3302011f2333
Octal23212525513630404374363
Binary1001101010101011010110110111100110100000100011111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A55AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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