#9A6EBE

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

Shades of Lilac Bush #9A6EBE

Tints of Lilac Bush #9A6EBE

Color information

#9A6EBE (or 0x9A6EBE) is unknown color: approx Lilac Bush. HEX triplet: 9A, 6E and BE. RGB value is (154,110,190). Sum of RGB (Red+Green+Blue) = 154+110+190=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 110 (43.36% from 255 or 24.23% 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 #9A6EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6EBE is #659141. Grayscale: #848484. Windows color (decimal): -6656322 or 12480154. OLE color: 12480154.

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

Color convert

RGB154110190-
CMYK0.190.4200.25
HSL273º38.1%58.82%-
HSV(B)273º42.11%74.51%-
XYZ28.221.7451.43-
YUV132.28160.58143.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=33.92%
G=24.23%
B=41.85%

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
Decimal1541101900.190.4200.2527338.158.82
Hex9A6EBE132A019111263b
Octal23215627623520314214673
Binary1001101011011101011111010011101010011001100010001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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