#9A6DBE

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

Shades of Lilac Bush #9A6DBE

Tints of Lilac Bush #9A6DBE

Color information

#9A6DBE (or 0x9A6DBE) is unknown color: approx Lilac Bush. HEX triplet: 9A, 6D and BE. RGB value is (154,109,190). Sum of RGB (Red+Green+Blue) = 154+109+190=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A6DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6DBE is #659241. Grayscale: #838383. Windows color (decimal): -6656578 or 12479898. OLE color: 12479898.

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

Color convert

RGB154109190-
CMYK0.190.4300.25
HSL273.33º38.39%58.63%-
HSV(B)273.33º42.63%74.51%-
XYZ28.0921.5351.39-
YUV131.69160.91143.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=34.00%
G=24.06%
B=41.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541091900.190.4300.25273.3338.3958.63
Hex9A6DBE132B019111263b
Octal23215527623530314214673
Binary1001101011011011011111010011101011011001100010001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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