#9B6FBF

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

Shades of Lilac Bush #9B6FBF

Tints of Lilac Bush #9B6FBF

Color information

#9B6FBF (or 0x9B6FBF) is unknown color: approx Lilac Bush. HEX triplet: 9B, 6F and BF. RGB value is (155,111,191). Sum of RGB (Red+Green+Blue) = 155+111+191=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B6FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6FBF is #649040. Grayscale: #858585. Windows color (decimal): -6590529 or 12545947. OLE color: 12545947.

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

Color convert

RGB155111191-
CMYK0.190.4200.25
HSL273º38.46%59.22%-
HSV(B)273º41.88%74.9%-
XYZ28.6122.152.05-
YUV133.28160.58143.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.92%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 191 (75% from 255) = 41.79%
R=33.92%
G=24.29%
B=41.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551111910.190.4200.2527338.4659.22
Hex9B6FBF132A019111263b
Octal23315727723520314214673
Binary1001101111011111011111110011101010011001100010001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,111,191); }

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

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

 a { background-color: rgb(155,111,191); }

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

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

 span { border-color: rgb(155,111,191); }

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