#9D78D1

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

Shades of Lilac Bush #9D78D1

Tints of Lilac Bush #9D78D1

Color information

#9D78D1 (or 0x9D78D1) is unknown color: approx Lilac Bush. HEX triplet: 9D, 78 and D1. RGB value is (157,120,209). Sum of RGB (Red+Green+Blue) = 157+120+209=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #9D78D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D78D1 is #62872E. Grayscale: #8C8C8C. Windows color (decimal): -6457135 or 13727901. OLE color: 13727901.

HSL color Cylindrical-coordinate representation of color #9D78D1: hue angle of 264.94º 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 #9D78D1 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB157120209-
CMYK0.250.4300.18
HSL264.94º49.17%64.51%-
HSV(B)264.94º42.58%81.96%-
XYZ32.1325.263.49-
YUV141.21166.26139.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.30%
GREEN value IS 120 (47.27% from 255) = 24.69%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=32.30%
G=24.69%
B=43.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1571202090.250.4300.18264.9449.1764.51
Hex9D78D1192B0121093141
Octal235170321315302241161101
Binary10011101111100011010001110011010110100101000010011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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