#9A61AB

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

Shades of Deep Lilac #9A61AB

Tints of Deep Lilac #9A61AB

Color information

#9A61AB (or 0x9A61AB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 61 and AB. RGB value is (154,97,171). Sum of RGB (Red+Green+Blue) = 154+97+171=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A61AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A61AB is #659E54. Grayscale: #7A7A7A. Windows color (decimal): -6659669 or 11231642. OLE color: 11231642.

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

Color convert

RGB15497171-
CMYK0.100.4300.33
HSL286.22º30.58%52.55%-
HSV(B)286.22º43.27%67.06%-
XYZ24.9518.3640.76-
YUV122.48155.38150.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=36.49%
G=22.99%
B=40.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154971710.100.4300.33286.2230.5852.55
Hex9A61ABA2B02111e1f35
Octal23214125312530414363765
Binary100110101100001101010111010101011010000110001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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