#9F7BD1

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

Shades of Lilac Bush #9F7BD1

Tints of Lilac Bush #9F7BD1

Color information

#9F7BD1 (or 0x9F7BD1) is unknown color: approx Lilac Bush. HEX triplet: 9F, 7B and D1. RGB value is (159,123,209). Sum of RGB (Red+Green+Blue) = 159+123+209=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #9F7BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7BD1 is #60842E. Grayscale: #8F8F8F. Windows color (decimal): -6325295 or 13728671. OLE color: 13728671.

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

Color convert

RGB159123209-
CMYK0.240.4100.18
HSL265.12º48.31%65.1%-
HSV(B)265.12º41.15%81.96%-
XYZ32.8926.1463.63-
YUV143.57164.93139.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.38%
GREEN value IS 123 (48.44% from 255) = 25.05%
BLUE value IS 209 (82.03% from 255) = 42.57%
R=32.38%
G=25.05%
B=42.57%

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
Decimal1591232090.240.4100.18265.1248.3165.1
Hex9F7BD118290121093041
Octal237173321305102241160101
Binary10011111111101111010001110001010010100101000010011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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