#9B6DC2

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

Shades of Lilac Bush #9B6DC2

Tints of Lilac Bush #9B6DC2

Color information

#9B6DC2 (or 0x9B6DC2) is unknown color: approx Lilac Bush. HEX triplet: 9B, 6D and C2. RGB value is (155,109,194). Sum of RGB (Red+Green+Blue) = 155+109+194=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 194 - color contains mainly: blue. Hex color #9B6DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6DC2 is #64923D. Grayscale: #848484. Windows color (decimal): -6591038 or 12742043. OLE color: 12742043.

HSL color Cylindrical-coordinate representation of color #9B6DC2: hue angle of 272.47º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B6DC2 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB155109194-
CMYK0.200.4400.24
HSL272.47º41.06%59.41%-
HSV(B)272.47º43.81%76.08%-
XYZ28.7221.853.73-
YUV132.44162.74144.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.84%
GREEN value IS 109 (42.97% from 255) = 23.80%
BLUE value IS 194 (76.17% from 255) = 42.36%
R=33.84%
G=23.80%
B=42.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551091940.200.4400.24272.4741.0659.41
Hex9B6DC2142C018110293b
Octal23315530224540304205173
Binary1001101111011011100001010100101100011000100010000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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