#9A52BA

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

Shades of Deep Lilac #9A52BA

Tints of Deep Lilac #9A52BA

Color information

#9A52BA (or 0x9A52BA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 52 and BA. RGB value is (154,82,186). Sum of RGB (Red+Green+Blue) = 154+82+186=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A52BA is #65AD45. Grayscale: #737373. Windows color (decimal): -6663494 or 12210842. OLE color: 12210842.

HSL color Cylindrical-coordinate representation of color #9A52BA: hue angle of 281.54º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A52BA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15482186-
CMYK0.170.5600.27
HSL281.54º42.98%52.55%-
HSV(B)281.54º55.91%72.94%-
XYZ25.2116.4548.3-
YUV115.38167.85155.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 82 (32.42% from 255) = 19.43%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=36.49%
G=19.43%
B=44.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154821860.170.5600.27281.5442.9852.55
Hex9A52BA113801B11a2b35
Octal23212227221700334325365
Binary1001101010100101011101010001111000011011100011010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A52BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,82,186); }

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

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

 a { background-color: rgb(154,82,186); }

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

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

 span { border-color: rgb(154,82,186); }

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