#9E58C1

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

Shades of Deep Lilac #9E58C1

Tints of Deep Lilac #9E58C1

Color information

#9E58C1 (or 0x9E58C1) is unknown color: approx Deep Lilac. HEX triplet: 9E, 58 and C1. RGB value is (158,88,193). Sum of RGB (Red+Green+Blue) = 158+88+193=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E58C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E58C1 is #61A73E. Grayscale: #787878. Windows color (decimal): -6399807 or 12671134. OLE color: 12671134.

HSL color Cylindrical-coordinate representation of color #9E58C1: hue angle of 280º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E58C1 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15888193-
CMYK0.180.5400.24
HSL280º45.85%55.1%-
HSV(B)280º54.4%75.69%-
XYZ27.2218.152.51-
YUV120.9168.69154.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.99%
GREEN value IS 88 (34.77% from 255) = 20.05%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=35.99%
G=20.05%
B=43.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal158881930.180.5400.2428045.8555.1
Hex9E58C112360181182e37
Octal23613030122660304305667
Binary1001111010110001100000110010110110011000100011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E58C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,88,193); }

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

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

 a { background-color: rgb(158,88,193); }

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

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

 span { border-color: rgb(158,88,193); }

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