#9A5CAB

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

Shades of Deep Lilac #9A5CAB

Tints of Deep Lilac #9A5CAB

Color information

#9A5CAB (or 0x9A5CAB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5C and AB. RGB value is (154,92,171). Sum of RGB (Red+Green+Blue) = 154+92+171=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A5CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5CAB is #65A354. Grayscale: #777777. Windows color (decimal): -6660949 or 11230362. OLE color: 11230362.

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

Color convert

RGB15492171-
CMYK0.100.4600.33
HSL287.09º31.98%51.57%-
HSV(B)287.09º46.2%67.06%-
XYZ24.517.4640.61-
YUV119.54157.04152.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.93%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=36.93%
G=22.06%
B=41.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154921710.100.4600.33287.0931.9851.57
Hex9A5CABA2E02111f2034
Octal23213425312560414374064
Binary1001101010111001010101110101011100100001100011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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