#9A48AA

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

Shades of Deep Lilac #9A48AA

Tints of Deep Lilac #9A48AA

Color information

#9A48AA (or 0x9A48AA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 48 and AA. RGB value is (154,72,170). Sum of RGB (Red+Green+Blue) = 154+72+170=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A48AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A48AA is #65B755. Grayscale: #6B6B6B. Windows color (decimal): -6666070 or 11159706. OLE color: 11159706.

HSL color Cylindrical-coordinate representation of color #9A48AA: hue angle of 290.2º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A48AA is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15472170-
CMYK0.090.5800.33
HSL290.2º40.5%47.45%-
HSV(B)290.2º57.65%66.67%-
XYZ22.914.4139.6-
YUV107.69163.17161.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.89%
GREEN value IS 72 (28.52% from 255) = 18.18%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=38.89%
G=18.18%
B=42.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154721700.090.5800.33290.240.547.45
Hex9A48AA93A021122282f
Octal23211025211720414425057
Binary1001101010010001010101010011110100100001100100010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A48AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,72,170); }

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

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

 a { background-color: rgb(154,72,170); }

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

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

 span { border-color: rgb(154,72,170); }

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