#9B6FBE

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

Shades of Lilac Bush #9B6FBE

Tints of Lilac Bush #9B6FBE

Color information

#9B6FBE (or 0x9B6FBE) is unknown color: approx Lilac Bush. HEX triplet: 9B, 6F and BE. RGB value is (155,111,190). Sum of RGB (Red+Green+Blue) = 155+111+190=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B6FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6FBE is #649041. Grayscale: #848484. Windows color (decimal): -6590530 or 12480411. OLE color: 12480411.

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

Color convert

RGB155111190-
CMYK0.180.4200.25
HSL273.42º37.8%59.02%-
HSV(B)273.42º41.58%74.51%-
XYZ28.522.0651.47-
YUV133.16160.08143.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=33.99%
G=24.34%
B=41.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551111900.180.4200.25273.4237.859.02
Hex9B6FBE122A019111263b
Octal23315727622520314214673
Binary1001101111011111011111010010101010011001100010001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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