#9A55C0

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

Shades of Deep Lilac #9A55C0

Tints of Deep Lilac #9A55C0

Color information

#9A55C0 (or 0x9A55C0) is unknown color: approx Deep Lilac. HEX triplet: 9A, 55 and C0. RGB value is (154,85,192). Sum of RGB (Red+Green+Blue) = 154+85+192=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #9A55C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A55C0 is #65AA3F. Grayscale: #757575. Windows color (decimal): -6662720 or 12604826. OLE color: 12604826.

HSL color Cylindrical-coordinate representation of color #9A55C0: hue angle of 278.69º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A55C0 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15485192-
CMYK0.200.5600.25
HSL278.69º45.92%54.31%-
HSV(B)278.69º55.73%75.29%-
XYZ26.0917.1751.81-
YUV117.83169.86153.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.73%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 192 (75.39% from 255) = 44.55%
R=35.73%
G=19.72%
B=44.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154851920.200.5600.25278.6945.9254.31
Hex9A55C014380191172e36
Octal23212530024700314275666
Binary1001101010101011100000010100111000011001100010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A55C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,85,192); }

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

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

 a { background-color: rgb(154,85,192); }

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

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

 span { border-color: rgb(154,85,192); }

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