#9F78D1

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

Shades of Lilac Bush #9F78D1

Tints of Lilac Bush #9F78D1

Color information

#9F78D1 (or 0x9F78D1) is unknown color: approx Lilac Bush. HEX triplet: 9F, 78 and D1. RGB value is (159,120,209). Sum of RGB (Red+Green+Blue) = 159+120+209=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #9F78D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F78D1 is #60872E. Grayscale: #8D8D8D. Windows color (decimal): -6326063 or 13727903. OLE color: 13727903.

HSL color Cylindrical-coordinate representation of color #9F78D1: hue angle of 266.29º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F78D1 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB159120209-
CMYK0.240.4300.18
HSL266.29º49.17%64.51%-
HSV(B)266.29º42.58%81.96%-
XYZ32.5225.4163.51-
YUV141.81165.92140.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.58%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 209 (82.03% from 255) = 42.83%
R=32.58%
G=24.59%
B=42.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1591202090.240.4300.18266.2949.1764.51
Hex9F78D1182B01210a3141
Octal237170321305302241261101
Binary10011111111100011010001110001010110100101000010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,120,209); }

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

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

 a { background-color: rgb(159,120,209); }

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

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

 span { border-color: rgb(159,120,209); }

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