#9f50cc

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

Shades of Deep Lilac #9F50CC

Tints of Deep Lilac #9F50CC

Color information

#9F50CC (or 0x9F50CC) is unknown color: approx Deep Lilac. HEX triplet: 9F, 50 and CC. RGB value is (159,80,204). Sum of RGB (Red+Green+Blue) = 159+80+204=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F50CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F50CC is #60AF33. Grayscale: #757575. Windows color (decimal): -6336308 or 13389983. OLE color: 13389983.

HSL color Cylindrical-coordinate representation of color #9F50CC: hue angle of 278.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F50CC is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15980204-
CMYK0.220.6100.2
HSL278.23º54.87%55.69%-
HSV(B)278.23º60.78%80%-
XYZ28.0717.4759.02-
YUV117.76176.67157.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=35.89%
G=18.06%
B=46.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal159802040.220.6100.2278.2354.8755.69
Hex9F50CC163D0141163738
Octal23712031426750244266770
Binary1001111110100001100110010110111101010100100010110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f50cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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