#9A3CAB

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

Shades of Deep Lilac #9A3CAB

Tints of Deep Lilac #9A3CAB

Color information

#9A3CAB (or 0x9A3CAB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 3C and AB. RGB value is (154,60,171). Sum of RGB (Red+Green+Blue) = 154+60+171=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A3CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3CAB is #65C354. Grayscale: #646464. Windows color (decimal): -6669141 or 11222170. OLE color: 11222170.

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

Color convert

RGB15460171-
CMYK0.100.6500.33
HSL290.81º48.05%45.29%-
HSV(B)290.81º64.91%67.06%-
XYZ22.2913.0439.87-
YUV100.76167.64165.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=40%
G=15.58%
B=44.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154601710.100.6500.33290.8148.0545.29
Hex9A3CABA41021123302d
Octal23274253121010414436055
Binary1001101011110010101011101010000010100001100100011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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