#926EBC

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

Shades of Lilac Bush #926EBC

Tints of Lilac Bush #926EBC

Color information

#926EBC (or 0x926EBC) is unknown color: approx Lilac Bush. HEX triplet: 92, 6E and BC. RGB value is (146,110,188). Sum of RGB (Red+Green+Blue) = 146+110+188=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #926EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926EBC is #6D9143. Grayscale: #818181. Windows color (decimal): -7180612 or 12349074. OLE color: 12349074.

HSL color Cylindrical-coordinate representation of color #926EBC: hue angle of 267.69º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #926EBC is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146110188-
CMYK0.220.4100.26
HSL267.69º36.79%58.43%-
HSV(B)267.69º41.49%73.73%-
XYZ26.5120.8950.21-
YUV129.66160.93139.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.88%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 188 (73.83% from 255) = 42.34%
R=32.88%
G=24.77%
B=42.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461101880.220.4100.26267.6936.7958.43
Hex926EBC162901A10c253a
Octal22215627426510324144572
Binary1001001011011101011110010110101001011010100001100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926EBC; }

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

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

<style>
 a { background-color: #926EBC; }

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

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

<style>
 span { border-color: #926EBC; }

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

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