#9F58B1

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

Shades of Deep Lilac #9F58B1

Tints of Deep Lilac #9F58B1

Color information

#9F58B1 (or 0x9F58B1) is unknown color: approx Deep Lilac. HEX triplet: 9F, 58 and B1. RGB value is (159,88,177). Sum of RGB (Red+Green+Blue) = 159+88+177=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 177 - color contains mainly: blue. Hex color #9F58B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F58B1 is #60A74E. Grayscale: #777777. Windows color (decimal): -6334287 or 11622559. OLE color: 11622559.

HSL color Cylindrical-coordinate representation of color #9F58B1: hue angle of 287.87º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F58B1 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15988177-
CMYK0.100.5000.31
HSL287.87º36.33%51.96%-
HSV(B)287.87º50.28%69.41%-
XYZ25.7217.5243.62-
YUV119.38160.52156.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.5%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 177 (69.53% from 255) = 41.75%
R=37.5%
G=20.75%
B=41.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159881770.100.5000.31287.8736.3351.96
Hex9F58B1A3201F1202434
Octal23713026112620374404464
Binary100111111011000101100011010110010011111100100000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F58B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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