#9B6DBE

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

Shades of Lilac Bush #9B6DBE

Tints of Lilac Bush #9B6DBE

Color information

#9B6DBE (or 0x9B6DBE) is unknown color: approx Lilac Bush. HEX triplet: 9B, 6D and BE. RGB value is (155,109,190). Sum of RGB (Red+Green+Blue) = 155+109+190=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B6DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6DBE is #649241. Grayscale: #838383. Windows color (decimal): -6591042 or 12479899. OLE color: 12479899.

HSL color Cylindrical-coordinate representation of color #9B6DBE: hue angle of 274.07º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B6DBE is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155109190-
CMYK0.180.4300.25
HSL274.07º38.39%58.63%-
HSV(B)274.07º42.63%74.51%-
XYZ28.2821.6251.4-
YUV131.99160.74144.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=34.14%
G=24.01%
B=41.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551091900.180.4300.25274.0738.3958.63
Hex9B6DBE122B019112263b
Octal23315527622530314224673
Binary1001101111011011011111010010101011011001100010010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,109,190); }

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

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

 a { background-color: rgb(155,109,190); }

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

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

 span { border-color: rgb(155,109,190); }

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