#9F50BA

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

Shades of Deep Lilac #9F50BA

Tints of Deep Lilac #9F50BA

Color information

#9F50BA (or 0x9F50BA) is unknown color: approx Deep Lilac. HEX triplet: 9F, 50 and BA. RGB value is (159,80,186). Sum of RGB (Red+Green+Blue) = 159+80+186=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F50BA is #60AF45. Grayscale: #737373. Windows color (decimal): -6336326 or 12210335. OLE color: 12210335.

HSL color Cylindrical-coordinate representation of color #9F50BA: hue angle of 284.72º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F50BA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15980186-
CMYK0.150.5700.27
HSL284.72º43.44%52.16%-
HSV(B)284.72º56.99%72.94%-
XYZ26.0316.6548.3-
YUV115.7167.67158.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=37.41%
G=18.82%
B=43.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159801860.150.5700.27284.7243.4452.16
Hex9F50BAF3901B11d2b34
Octal23712027217710334355364
Binary100111111010000101110101111111001011011100011101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F50BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,80,186); }

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

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

 a { background-color: rgb(159,80,186); }

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

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

 span { border-color: rgb(159,80,186); }

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