#9A58C0

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

Shades of Deep Lilac #9A58C0

Tints of Deep Lilac #9A58C0

Color information

#9A58C0 (or 0x9A58C0) is unknown color: approx Deep Lilac. HEX triplet: 9A, 58 and C0. RGB value is (154,88,192). Sum of RGB (Red+Green+Blue) = 154+88+192=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #9A58C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A58C0 is #65A73F. Grayscale: #777777. Windows color (decimal): -6661952 or 12605594. OLE color: 12605594.

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

Color convert

RGB15488192-
CMYK0.200.5400.25
HSL278.08º45.22%54.9%-
HSV(B)278.08º54.17%75.29%-
XYZ26.3317.6651.89-
YUV119.59168.87152.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.48%
GREEN value IS 88 (34.77% from 255) = 20.28%
BLUE value IS 192 (75.39% from 255) = 44.24%
R=35.48%
G=20.28%
B=44.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154881920.200.5400.25278.0845.2254.9
Hex9A58C014360191162d37
Octal23213030024660314265567
Binary1001101010110001100000010100110110011001100010110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A58C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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