#9F7CD1

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

Shades of Lilac Bush #9F7CD1

Tints of Lilac Bush #9F7CD1

Color information

#9F7CD1 (or 0x9F7CD1) is unknown color: approx Lilac Bush. HEX triplet: 9F, 7C and D1. RGB value is (159,124,209). Sum of RGB (Red+Green+Blue) = 159+124+209=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #9F7CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7CD1 is #60832E. Grayscale: #8F8F8F. Windows color (decimal): -6325039 or 13728927. OLE color: 13728927.

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

Color convert

RGB159124209-
CMYK0.240.4100.18
HSL264.71º48.02%65.29%-
HSV(B)264.71º40.67%81.96%-
XYZ33.0126.3963.68-
YUV144.16164.6138.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=32.32%
G=25.20%
B=42.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1591242090.240.4100.18264.7148.0265.29
Hex9F7CD118290121093041
Octal237174321305102241160101
Binary10011111111110011010001110001010010100101000010011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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