#926EBA

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

Shades of Lilac Bush #926EBA

Tints of Lilac Bush #926EBA

Color information

#926EBA (or 0x926EBA) is unknown color: approx Lilac Bush. HEX triplet: 92, 6E and BA. RGB value is (146,110,186). Sum of RGB (Red+Green+Blue) = 146+110+186=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #926EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926EBA is #6D9145. Grayscale: #818181. Windows color (decimal): -7180614 or 12218002. OLE color: 12218002.

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

Color convert

RGB146110186-
CMYK0.220.4100.27
HSL268.42º35.51%58.04%-
HSV(B)268.42º40.86%72.94%-
XYZ26.2920.8149.08-
YUV129.43159.93139.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.03%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=33.03%
G=24.89%
B=42.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461101860.220.4100.27268.4235.5158.04
Hex926EBA162901B10c243a
Octal22215627226510334144472
Binary1001001011011101011101010110101001011011100001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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