#9F60BA

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

Shades of Deep Lilac #9F60BA

Tints of Deep Lilac #9F60BA

Color information

#9F60BA (or 0x9F60BA) is unknown color: approx Deep Lilac. HEX triplet: 9F, 60 and BA. RGB value is (159,96,186). Sum of RGB (Red+Green+Blue) = 159+96+186=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F60BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F60BA is #609F45. Grayscale: #7C7C7C. Windows color (decimal): -6332230 or 12214431. OLE color: 12214431.

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

Color convert

RGB15996186-
CMYK0.150.4800.27
HSL282º39.47%55.29%-
HSV(B)282º48.39%72.94%-
XYZ27.3419.2848.73-
YUV125.1162.37152.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=36.05%
G=21.77%
B=42.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159961860.150.4800.2728239.4755.29
Hex9F60BAF3001B11a2737
Octal23714027217600334324767
Binary100111111100000101110101111110000011011100011010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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