#9269BA

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

Shades of Lilac Bush #9269BA

Tints of Lilac Bush #9269BA

Color information

#9269BA (or 0x9269BA) is unknown color: approx Lilac Bush. HEX triplet: 92, 69 and BA. RGB value is (146,105,186). Sum of RGB (Red+Green+Blue) = 146+105+186=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #9269BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9269BA is #6D9645. Grayscale: #7E7E7E. Windows color (decimal): -7181894 or 12216722. OLE color: 12216722.

HSL color Cylindrical-coordinate representation of color #9269BA: hue angle of 270.37º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9269BA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146105186-
CMYK0.220.4400.27
HSL270.37º36.99%57.06%-
HSV(B)270.37º43.55%72.94%-
XYZ25.7719.7648.91-
YUV126.49161.58141.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=33.41%
G=24.03%
B=42.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461051860.220.4400.27270.3736.9957.06
Hex9269BA162C01B10e2539
Octal22215127226540334164571
Binary1001001011010011011101010110101100011011100001110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9269BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9269BA; }

 p { color: rgb(146,105,186); }

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

<style>
 a { background-color: #9269BA; }

 a { background-color: rgb(146,105,186); }

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

<style>
 span { border-color: #9269BA; }

 span { border-color: rgb(146,105,186); }

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