#9F58C7

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

Shades of Deep Lilac #9F58C7

Tints of Deep Lilac #9F58C7

Color information

#9F58C7 (or 0x9F58C7) is unknown color: approx Deep Lilac. HEX triplet: 9F, 58 and C7. RGB value is (159,88,199). Sum of RGB (Red+Green+Blue) = 159+88+199=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 199 - color contains mainly: blue. Hex color #9F58C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58C7 is #60A738. Grayscale: #797979. Windows color (decimal): -6334265 or 13064351. OLE color: 13064351.

HSL color Cylindrical-coordinate representation of color #9F58C7: hue angle of 278.38º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F58C7 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15988199-
CMYK0.200.5600.22
HSL278.38º49.78%56.27%-
HSV(B)278.38º55.78%78.04%-
XYZ28.118.4756.12-
YUV121.88171.52154.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 88 (34.77% from 255) = 19.73%
BLUE value IS 199 (78.12% from 255) = 44.62%
R=35.65%
G=19.73%
B=44.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal159881990.200.5600.22278.3849.7856.27
Hex9F58C714380161163238
Octal23713030724700264266270
Binary1001111110110001100011110100111000010110100010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F58C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,88,199); }

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

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

 a { background-color: rgb(159,88,199); }

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

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

 span { border-color: rgb(159,88,199); }

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