#9F50BF

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

Shades of Deep Lilac #9F50BF

Tints of Deep Lilac #9F50BF

Color information

#9F50BF (or 0x9F50BF) is unknown color: approx Deep Lilac. HEX triplet: 9F, 50 and BF. RGB value is (159,80,191). Sum of RGB (Red+Green+Blue) = 159+80+191=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F50BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F50BF is #60AF40. Grayscale: #737373. Windows color (decimal): -6336321 or 12538015. OLE color: 12538015.

HSL color Cylindrical-coordinate representation of color #9F50BF: hue angle of 282.7º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F50BF is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15980191-
CMYK0.170.5800.25
HSL282.7º46.44%53.14%-
HSV(B)282.7º58.12%74.9%-
XYZ26.5716.8751.15-
YUV116.28170.17158.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 80 (31.64% from 255) = 18.60%
BLUE value IS 191 (75% from 255) = 44.42%
R=36.98%
G=18.60%
B=44.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159801910.170.5800.25282.746.4453.14
Hex9F50BF113A01911b2e35
Octal23712027721720314335665
Binary1001111110100001011111110001111010011001100011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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