#9266BC

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

Shades of Lilac Bush #9266BC

Tints of Lilac Bush #9266BC

Color information

#9266BC (or 0x9266BC) is unknown color: approx Lilac Bush. HEX triplet: 92, 66 and BC. RGB value is (146,102,188). Sum of RGB (Red+Green+Blue) = 146+102+188=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #9266BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9266BC is #6D9943. Grayscale: #7C7C7C. Windows color (decimal): -7182660 or 12347026. OLE color: 12347026.

HSL color Cylindrical-coordinate representation of color #9266BC: hue angle of 270.7º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9266BC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146102188-
CMYK0.220.4600.26
HSL270.7º39.09%56.86%-
HSV(B)270.7º45.74%73.73%-
XYZ25.6819.2449.94-
YUV124.96163.58143.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=33.49%
G=23.39%
B=43.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461021880.220.4600.26270.739.0956.86
Hex9266BC162E01A10f2739
Octal22214627426560324174771
Binary1001001011001101011110010110101110011010100001111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9266BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9266BC; }

 p { color: rgb(146,102,188); }

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

<style>
 a { background-color: #9266BC; }

 a { background-color: rgb(146,102,188); }

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

<style>
 span { border-color: #9266BC; }

 span { border-color: rgb(146,102,188); }

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