#9B79D0

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

Shades of Lilac Bush #9B79D0

Tints of Lilac Bush #9B79D0

Color information

#9B79D0 (or 0x9B79D0) is unknown color: approx Lilac Bush. HEX triplet: 9B, 79 and D0. RGB value is (155,121,208). Sum of RGB (Red+Green+Blue) = 155+121+208=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #9B79D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B79D0 is #64862F. Grayscale: #8C8C8C. Windows color (decimal): -6587952 or 13662619. OLE color: 13662619.

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

Color convert

RGB155121208-
CMYK0.250.4200.18
HSL263.45º48.07%64.51%-
HSV(B)263.45º41.83%81.57%-
XYZ31.7425.262.87-
YUV141.08165.76137.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 121 (47.66% from 255) = 25%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=32.02%
G=25%
B=42.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1551212080.250.4200.18263.4548.0764.51
Hex9B79D0192A0121073041
Octal233171320315202240760101
Binary10011011111100111010000110011010100100101000001111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B79D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,121,208); }

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

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

 a { background-color: rgb(155,121,208); }

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

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

 span { border-color: rgb(155,121,208); }

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