#9A6FBE

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

Shades of Lilac Bush #9A6FBE

Tints of Lilac Bush #9A6FBE

Color information

#9A6FBE (or 0x9A6FBE) is unknown color: approx Lilac Bush. HEX triplet: 9A, 6F and BE. RGB value is (154,111,190). Sum of RGB (Red+Green+Blue) = 154+111+190=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A6FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6FBE is #659041. Grayscale: #848484. Windows color (decimal): -6656066 or 12480410. OLE color: 12480410.

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

Color convert

RGB154111190-
CMYK0.190.4200.25
HSL272.66º37.8%59.02%-
HSV(B)272.66º41.58%74.51%-
XYZ28.3121.9651.46-
YUV132.86160.25143.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=33.85%
G=24.40%
B=41.76%

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
Decimal1541111900.190.4200.25272.6637.859.02
Hex9A6FBE132A019111263b
Octal23215727623520314214673
Binary1001101011011111011111010011101010011001100010001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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