#9F68BB

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

Shades of Deep Lilac #9F68BB

Tints of Deep Lilac #9F68BB

Color information

#9F68BB (or 0x9F68BB) is unknown color: approx Deep Lilac. HEX triplet: 9F, 68 and BB. RGB value is (159,104,187). Sum of RGB (Red+Green+Blue) = 159+104+187=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F68BB is #609744. Grayscale: #818181. Windows color (decimal): -6330181 or 12282015. OLE color: 12282015.

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

Color convert

RGB159104187-
CMYK0.150.4400.27
HSL279.76º37.9%57.06%-
HSV(B)279.76º44.39%73.33%-
XYZ28.2220.8649.55-
YUV129.91160.22148.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.33%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=35.33%
G=23.11%
B=41.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591041870.150.4400.27279.7637.957.06
Hex9F68BBF2C01B1182639
Octal23715027317540334304671
Binary100111111101000101110111111101100011011100011000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,104,187); }

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

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

 a { background-color: rgb(159,104,187); }

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

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

 span { border-color: rgb(159,104,187); }

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